代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/354066/10392712

h malloc.h

/* malloc.h memory management functions and variables. Copyright (c) 1991, 1992 by Borland International All Rights Reserved. */ #include #if defined(__TINY__) ||
www.eeworm.com/read/279296/10447084

h malloc.h

#ifndef _MALLOC_H #define _MALLOC_H void *malloc(unsigned int); void free(void *); #endif
www.eeworm.com/read/279296/10447102

c malloc.c

#ifndef _MALLOC_C #define _MALLOC_C #include "..\\include\\def.h" #define HEAPEND 0xc7ff000 extern char Image$$RW$$Limit[]; void *mallocPt=Image$$RW$$Limit; void * malloc(unsigned nbyte)
www.eeworm.com/read/160799/10498662

h malloc.h

www.eeworm.com/read/278771/10510708

h malloc.h

www.eeworm.com/read/352754/10515019

c malloc.c

/* * malloc.c --- a general purpose kernel memory allocator for Linux. * * Written by Theodore Ts'o (tytso@mit.edu), 11/29/91 * * This routine is written to be as fast as possible, so that i
www.eeworm.com/read/352754/10516499

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #include #ifdef CONFIG_DEBUG_MALLOC #define kmalloc(a,b) deb_kmalloc(__FILE__,__LINE__,a,b) #define kfree_s(a,b) deb_kfree_s(_
www.eeworm.com/read/352714/10522239

c malloc.c

/* * malloc.c * Modified for use in 15-410 at CMU * Zachary Anderson(zra) */ /* * Copyright (c) 2000 University of Utah and the Flux Group. * All rights reserved. * * This file is part of th
www.eeworm.com/read/352714/10522369

h malloc.h

/* * malloc.h * Modified for use in 15-410 at CMU * Zachary Anderson(zra) */ /* * Copyright (c) 1994, 1998, 1999 University of Utah and the Flux Group. * All rights reserved. * * This file i
www.eeworm.com/read/160029/10579118

test malloc.test

# 2001 September 15 # # 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 yo