Searched defs:realloc (Results 1 - 25 of 38) sorted by relevance

12

/external/curl/lib/
H A Dcurl_memory.h29 * that use memory related functions strdup, malloc, calloc, realloc
114 * realloc and free, along with others, in memdebug.h in a different
127 #undef realloc macro
128 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
H A Dmemdebug.h85 #define realloc(ptr,size) curl_dorealloc(ptr, size, __LINE__, __FILE__) macro
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h46 * malloc(), calloc(), realloc(), and free() entry points in the main
70 realloc(void *ptr, size_t size) function
117 #define racoon_realloc(old, sz) realloc((old), (sz))
/external/boringssl/src/crypto/test/
H A Dmalloc.cc137 void *realloc(void *ptr, size_t size) { function
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c41 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \ function
42 // expected-note{{'realloc' is a builtin with type 'void *(void *,}}
/external/syslinux/core/mem/
H A Dmalloc.c150 dprintf("failed realloc() magic check: %p\n", ptr);
212 trying to save it for future realloc()s of the same block. */
239 __export void *realloc(void *ptr, size_t size) function
241 return firmware->mem->realloc(ptr, size);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc100 void *realloc(void *p, size_t size) { function
/external/freetype/include/freetype/
H A Dftsystem.h167 * realloc ::
176 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/external/freetype/src/raster/
H A Dftmisc.h78 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/external/pdfium/third_party/freetype/include/freetype/
H A Dftsystem.h167 * realloc ::
176 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/external/pdfium/third_party/freetype/src/raster/
H A Dftmisc.h78 FT_Realloc_Func realloc; member in struct:FT_MemoryRec_
/external/syslinux/com32/include/syslinux/
H A Dfirmware.h45 void *(*realloc)(void *, size_t); member in struct:mem_ops
/external/syslinux/gpxe/src/core/
H A Dmalloc.c58 * @c malloc(0) or @c realloc(ptr,0) will return the special value @c
250 * Calling realloc() with a new size of zero is a valid way to free a
253 void * realloc ( void *old_ptr, size_t new_size ) { function
303 return realloc ( NULL, size );
317 realloc ( ptr, 0 );
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) macro
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.h159 #define realloc(p,size) VG_(realloc) ("gdbsrv", p, size) macro
/external/bison/darwin-lib/
H A Dstdlib.h593 rely on GNU or POSIX semantics for malloc and realloc (for example,
595 realloc to be redefined. */
1035 # undef realloc
1036 # define realloc rpl_realloc
1038 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1039 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
1041 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
1043 _GL_CXXALIASWARN (realloc); variable
1045 # undef realloc macro
1046 /* Assume realloc i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h593 rely on GNU or POSIX semantics for malloc and realloc (for example,
595 realloc to be redefined. */
1035 # undef realloc
1036 # define realloc rpl_realloc
1038 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1039 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size));
1041 _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size));
1043 _GL_CXXALIASWARN (realloc); variable
1045 # undef realloc macro
1046 /* Assume realloc i
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc13 // We simply define functions like malloc, free, realloc, etc.
76 INTERCEPTOR(void*, realloc, void *ptr, uptr size) {
157 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugK
171 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugL
177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
182 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
H A Dasan_malloc_win.cc101 void *realloc(void *ptr, size_t size) { function
114 return realloc(ptr, size);
124 return realloc(p, size);
136 // _expand is used in realloc-like functions to resize the buffer if possible.
222 TryToOverrideFunction("realloc", (uptr)realloc);
223 TryToOverrideFunction("_realloc_base", (uptr)realloc);
224 TryToOverrideFunction("_realloc_crt", (uptr)realloc);
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h18 # define realloc je_realloc macro
H A Djemalloc_mangle_jet.h18 # define realloc jet_realloc macro
/external/syslinux/com32/gplinclude/zzjson/
H A Dzzjson.h39 void *(*realloc)(void *ptr, size_t size); // pa member in struct:ZZJSON_CONFIG
/external/valgrind/drd/tests/
H A Dunit_vc.c15 void* VG_(realloc)(const HChar* cc, void* p, SizeT size) function
16 { return realloc(p, size); }
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h488 #define os_realloc(p, s) realloc((p), (s))
629 #define realloc OS_DO_NOT_USE_realloc macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h488 #define os_realloc(p, s) realloc((p), (s))
629 #define realloc OS_DO_NOT_USE_realloc macro

Completed in 647 milliseconds

12