Home
last modified time | relevance | path

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

123

/third_party/musl/porting/linux/user/src/malloc/
H A Drealloc.c8 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/src/malloc/
H A Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/src/locale/
H A Dfreelocale.c7 #define realloc undef macro
H A Dduplocale.c8 #define realloc undef macro
H A Dnewlocale.c9 #define realloc undef macro
H A Dlocale_map.c12 #define realloc undef macro
/third_party/musl/porting/liteos_a/user/src/locale/
H A Dfreelocale.c7 #define realloc undef macro
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture_malloc_overrides.h39 #define realloc unity_realloc macro
/third_party/unity/extras/memory/src/
H A Dunity_memory.h43 #define realloc unity_realloc macro
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c59 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/src/malloc/mallocng/
H A Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/porting/linux/user/src/locale/
H A Dnewlocale.c9 #define realloc undef macro
H A Dlocale_map.c27 #define realloc undef macro
/third_party/musl/src/ldso/
H A Ddlerror.c10 #define realloc __libc_realloc macro
/third_party/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp74 void StringSlice::realloc(std::size_t size) { in realloc() function in StringSlice
/third_party/musl/src/process/
H A Dfdop.h16 #define realloc undef macro
/third_party/musl/porting/linux/user/src/ldso/
H A Ddlerror.c11 #define realloc __libc_realloc macro
/third_party/musl/src/thread/
H A Dpthread_atfork.c8 #define realloc undef macro
/third_party/python/Include/cpython/
H A Dpymem.h58 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
/third_party/curl/lib/
H A Dmemdebug.h119 #define realloc(ptr,size) curl_dbg_realloc(ptr, size, __LINE__, __FILE__) macro
H A Dcurl_memory.h66 #undef realloc macro
158 #undef realloc macro
159 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c172 void* realloc(void *p, size_t n) in realloc() function
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c139 void* realloc(void *p, size_t n) in realloc() function
/third_party/musl/src/exit/
H A Datexit.c9 #define realloc undef macro
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftmisc.h75 FT_Realloc_Func realloc; member

Completed in 7 milliseconds

123