Home
last modified time | relevance | path

Searched defs:internal_realloc (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/
DcJSON.c173 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function
180 #define internal_realloc realloc macro
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c921 void *internal_realloc(void *p, size_t n) in internal_realloc() function
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c3885 internal_realloc(mstate m, void *oldmem, size_t bytes) in internal_realloc() function
/third_party/libffi/src/
Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function