Home
last modified time | relevance | path

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

1234

/third_party/musl/src/malloc/
Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/porting/linux/user/src/malloc/
Drealloc.c8 void *realloc(void *p, size_t n) in realloc() function
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c7 #define realloc undef macro
/third_party/musl/src/locale/
Dfreelocale.c7 #define realloc undef macro
Dduplocale.c8 #define realloc undef macro
Dnewlocale.c9 #define realloc undef macro
Dlocale_map.c12 #define realloc undef macro
/third_party/unity/extras/memory/src/
Dunity_memory.h43 #define realloc unity_realloc macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h39 #define realloc unity_realloc macro
/third_party/rust/rust/library/std/src/sys/solid/
Dalloc.rs23 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
/third_party/musl/src/malloc/mallocng/
Drealloc.c7 void *realloc(void *p, size_t n) in realloc() function
/third_party/rust/rust/library/std/src/sys/unsupported/
Dalloc.rs20 unsafe fn realloc(&self, _ptr: *mut u8, _layout: Layout, _new_size: usize) -> *mut u8 { in realloc() method
/third_party/skia/m133/include/private/base/
DSkTemplates.h304 void realloc(size_t count) { in realloc() function
406 void realloc(size_t count) { in realloc() function
526 void realloc(size_t count) { in realloc() function
/third_party/rust/rust/library/std/src/sys/hermit/
Dalloc.rs28 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
/third_party/skia/modules/skplaintexteditor/src/
Dstringslice.cpp74 void StringSlice::realloc(std::size_t size) { in realloc() function in StringSlice
/third_party/skia/m133/modules/skplaintexteditor/src/
Dstringslice.cpp74 void StringSlice::realloc(std::size_t size) { in realloc() function in StringSlice
/third_party/musl/porting/linux/user/src/locale/
Dnewlocale.c9 #define realloc undef macro
Dlocale_map.c27 #define realloc undef macro
/third_party/rust/rust/library/std/src/sys/unix/
Dalloc.rs46 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
/third_party/rust/rust/library/core/src/alloc/
Dglobal.rs263 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() method
/third_party/musl/src/process/
Dfdop.h16 #define realloc undef macro
/third_party/python/Include/cpython/
Dpymem.h58 void* (*realloc) (void *ctx, void *ptr, size_t new_size); member
/third_party/curl/lib/
Dcurl_memory.h159 #define realloc(ptr,size) Curl_crealloc(ptr, size) macro
/third_party/musl/src/ldso/
Ddlerror.c10 #define realloc __libc_realloc macro
/third_party/skia/include/private/
DSkTemplates.h254 void realloc(size_t count) { in realloc() function
356 void realloc(size_t count) { in realloc() function

1234