代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/176125/5340515

src dlmalloc.src

/* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints
www.eeworm.com/read/312645/3651457

c dlmalloc-newlib.c

/* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/comp
www.eeworm.com/read/312645/3651458

c dlmalloc-2.6.4.c

/* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/comp
www.eeworm.com/read/312645/3651459

c dlmalloc-2.6.6.c

/* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/comp
www.eeworm.com/read/312645/3651460

c dlmalloc-merged.c

/* ---------- To make a malloc.h, start cutting here ------------ */ /* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/comp
www.eeworm.com/read/300573/3846034

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 * MEM_LIBC
www.eeworm.com/read/273778/4191799

c compat.c

#include #include void *Malloc(size_t n) { Print("Malloc not implemented in user mode\n"); return 0; }
www.eeworm.com/read/273778/4191907

c compat.c

#include #include void *Malloc(size_t n) { Print("Malloc not implemented in user mode\n"); return 0; }
www.eeworm.com/read/273778/4192022

c compat.c

#include #include void *Malloc(size_t n) { Print("Malloc not implemented in user mode\n"); return 0; }
www.eeworm.com/read/273778/4192156

c compat.c

#include #include void *Malloc(size_t n) { Print("Malloc not implemented in user mode\n"); return 0; }