代码搜索:realloc

找到约 1,059 项符合「realloc」的源代码

代码结果 1,059
www.eeworm.com/read/489559/1217342

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/462744/1543109

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug
www.eeworm.com/read/176125/5340148

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/288260/4008629

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug
www.eeworm.com/read/422060/2045567

awk memleak.awk

# # This script looks for memory leaks by analyzing the output of "sqlite" # when compiled with the SQLITE_DEBUG=2 option. # /[0-9]+ malloc / { mem[$6] = $0 } /[0-9]+ realloc / { mem[$8] = "";
www.eeworm.com/read/414420/2147064

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/413203/2163998

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug
www.eeworm.com/read/413203/2164070

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug
www.eeworm.com/read/412040/2177029

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug
www.eeworm.com/read/412040/2177083

c malloc.c

#include "../inc/sysconfig.h" #if defined(_USE_OWN_MALLOC) && (USE_MINIGUI==0) #ifndef ENOMEM #define ENOMEM 12 #endif /* This is a version (aka dlmalloc) of malloc/free/realloc written by Doug