Home
last modified time | relevance | path

Searched defs:realloc (Results 1 – 10 of 10) sorted by relevance

/minix/minix/lib/libmagicrt/include/
H A Dmagic_real_mem.h9 #define realloc magic_real_realloc macro
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dimplicit-builtin-decl.c41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library func… in realloc() function
/minix/sys/sys/
H A Dmalloc.h73 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A DMismatchedDeallocator-checker-test.mm8 void *realloc(void *ptr, size_t size); function
H A Dedges-new.mm525 void *realloc(void *, unsigned long); function
/minix/lib/libc/stdlib/
H A Dmalloc.c1306 realloc(void *ptr, size_t size) in realloc() function
H A Djemalloc.c3885 realloc(void *ptr, size_t size) in realloc() function
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h501 realloc, enumerator
/minix/crypto/external/bsd/heimdal/include/
H A Dconfig.h1621 #define realloc(X, Y) rk_realloc((X), (Y)) macro
/minix/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h121 void *(*realloc)(void*,int); member