代码搜索:malloc

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

代码结果 10,000
www.eeworm.com/read/156614/11788142

h malloc.h

/* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints/performance data to dl@cs.oswego.edu * VERSION 2.6.6 Sun Mar 5 1
www.eeworm.com/read/345605/11802592

c malloc.c

www.eeworm.com/read/345605/11802897

c malloc.c

www.eeworm.com/read/344712/11864292

c malloc.c

#include "eDbInit.h" #define _CHECK_MEM_ #define NR_HOLES 128 /* max entries in hole table */ #define SIZE_EXTRA 4 #define NIL_HOLE (hole *)0 #define TOHEAD(X) ((u8*)((u32*)(X)-1))
www.eeworm.com/read/344712/11864362

h malloc.h

#ifndef _MALLOC_H_ #define _MALLOC_H_ void free_mem(void *base); void *alloc_mem(unsigned int nByte); void *realloc_mem(void *base, unsigned int nByte); void mem_init(void); void check_memory(
www.eeworm.com/read/344712/11864577

c malloc.c

#include "eDbInit.h" #define _CHECK_MEM_ #define NR_HOLES 128 /* max entries in hole table */ #define SIZE_EXTRA 4 #define NIL_HOLE (hole *)0 #define TOHEAD(X) ((u8*)((u32*)(X)-1))
www.eeworm.com/read/344712/11864658

h malloc.h

#ifndef _MALLOC_H_ #define _MALLOC_H_ void free_mem(void *base); void *alloc_mem(unsigned int nByte); void *realloc_mem(void *base, unsigned int nByte); void mem_init(void); void check_memory(
www.eeworm.com/read/258225/11875199

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/154848/11923050

h malloc.h

/* Declarations for `malloc' and friends. Copyright 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistr
www.eeworm.com/read/154848/11923109

c malloc.c

/* Memory allocator `malloc'. Copyright 1990, 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistribute