代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/273778/4192249

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/4192377

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/4192533

c compat.c

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

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/414420/2148340

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/411990/2178425

svn-base dlmalloc.src.svn-base

/* ---------- 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/408818/2243953

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/398200/2383569

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/complain
www.eeworm.com/read/398200/2383570

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/complain
www.eeworm.com/read/398200/2383571

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/complain