代码搜索:malloc

找到约 10,000 项符合「malloc」的源代码

代码结果 10,000
www.eeworm.com/read/377683/9266674

tcl malloc_common.tcl

# 2007 May 05 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself
www.eeworm.com/read/376118/9330259

c my-malloc.c

# include # include "my-malloc.h" static Header base; /* empy list to get started */ static Header* free_list = NULL; /* start of free list */ //定义Malloc函数:分配一块内存空间 void* Mal
www.eeworm.com/read/376118/9330261

h my-malloc.h

# include typedef long Align; /* for alignment to long boundary */ union header { /* block header: */ struct { union header *next; /* next block if on Free list */ unsigne
www.eeworm.com/read/375925/9342198

h yaffs_malloc.h

/* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Ch
www.eeworm.com/read/177981/9424800

c malloc4.c

/************************************************************************** File: malloc4.c 2,3,4 dimensional memory allocators. written by Xavier Bouyssounouse ***********************
www.eeworm.com/read/177981/9424801

rea malloc~1.rea

########################################################### Information on file: malloc4.c Written by Xavier Bouyssounouse. ########################################################### Routines in
www.eeworm.com/read/177981/9424802

h malloc4.h

/******************************************* Header file for malloc4 *******************************************/ #ifndef _MALLOC4_H_ #define _MALLOC4_H_ #if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/177981/9424839

c malloc4.c

/************************************************************************** File: malloc4.c 2,3,4 dimensional memory allocators. written by Xavier Bouyssounouse ***********************
www.eeworm.com/read/177981/9424841

h malloc4.h

/******************************************* Header file for malloc4 *******************************************/ #ifndef _MALLOC4_H_ #define _MALLOC4_H_ #if __STDC__ || defined(__cplusplus)
www.eeworm.com/read/177819/9431459

m4 malloc.m4

#serial 3 dnl From Jim Meyering. dnl Determine whether malloc accepts 0 as its argument. dnl If it doesn't, arrange to use the replacement function. dnl AC_DEFUN(jm_FUNC_MALLOC, [ dnl xmalloc.c req