Home
last modified time | relevance | path

Searched defs:oldmem (Results 1 – 2 of 2) sorted by relevance

/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()
4419 dlrealloc(void *oldmem, size_t bytes) in dlrealloc()
4855 mspace_realloc(mspace msp, void *oldmem, size_t bytes) in mspace_realloc()
/third_party/libffi/src/
Ddlmalloc.c3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc()
4375 void* dlrealloc(void* oldmem, size_t bytes) { in dlrealloc()
4778 void* mspace_realloc(mspace msp, void* oldmem, size_t bytes) { in mspace_realloc()