Home
last modified time | relevance | path

Searched refs:internal_realloc (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Dcjson.c180 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function
187 #define internal_realloc realloc macro
193 static internal_hooks global_hooks = { internal_malloc, internal_free, internal_realloc };
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function
4394 return internal_realloc(m, oldmem, bytes); in dlrealloc()
4798 return internal_realloc(ms, oldmem, bytes); in mspace_realloc()
/external/libffi/src/
Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function
4394 return internal_realloc(m, oldmem, bytes); in dlrealloc()
4798 return internal_realloc(ms, oldmem, bytes); in mspace_realloc()