Home
last modified time | relevance | path

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

1234

/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
/kernel/linux/linux-6.6/rust/kernel/
H A Dallocator.rs55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() functions
/kernel/liteos_a/compat/posix/src/
H A Dmalloc.c132 void *realloc(void *ptr, size_t size) in realloc() function
/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
/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

Completed in 6 milliseconds

1234