代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/307341/13723841

c ckwart.c

#include "ckcsym.h" char *wartv = "Wart Version 2A(010) 4 Apr 95"; #define CKWART_C #ifdef MDEBUG /* Use the real ones in this module only */ #ifdef malloc #undef malloc #endif /* malloc */ #ifdef c
www.eeworm.com/read/274335/10875679

c xm_lib.c

#include #include #include #include #include "xm_lib.h" #ifndef MALLOC #define MALLOC malloc #endif #ifndef REALLOC #define REALLOC realloc #endif #ifndef
www.eeworm.com/read/190346/5185886

sh run.sh

#!/bin/sh rm -f debug.log rm -f child.log # enable an safety-checking malloc in glibc which will abort() if # heap corruption is detected. MALLOC_CHECK_=2 export MALLOC_CHECK_ for f in $*; do
www.eeworm.com/read/438676/1823719

h rua_memory.h

extern void c_malloc_init(struct RUA * rua); extern void c_malloc_uninit(struct RUA * rua); extern void * c_malloc( RMuint32 numofbytes ); extern void c_free( void * ptr ); // these are
www.eeworm.com/read/407641/2260796

h rua_memory.h

extern void c_malloc_init(struct RUA * rua); extern void c_malloc_uninit(struct RUA * rua); extern void * c_malloc( RMuint32 numofbytes ); extern void c_free( void * ptr ); // these are
www.eeworm.com/read/9264/166440

c mem.c

/** * @file * Dynamic memory manager * * This is a lightweight replacement for the standard C library malloc(). * * If you want to use the standard C library malloc() instead, define * M
www.eeworm.com/read/13390/275202

c mem.c

/** * @file * Dynamic memory manager * * This is a lightweight replacement for the standard C library malloc(). * * If you want to use the standard C library malloc() instead, define * M
www.eeworm.com/read/15349/449009

c mem.c

/** * @file * Dynamic memory manager * * This is a lightweight replacement for the standard C library malloc(). * * If you want to use the standard C library malloc() instead, define * M
www.eeworm.com/read/16670/682278

c mem.c

/** * @file * Dynamic memory manager * * This is a lightweight replacement for the standard C library malloc(). * * If you want to use the standard C library malloc() instead, define * M
www.eeworm.com/read/34862/890842

c mem.c

/** * @file * Dynamic memory manager * * This is a lightweight replacement for the standard C library malloc(). * * If you want to use the standard C library malloc() instead, define * M