Home
last modified time | relevance | path

Searched refs:hb_realloc_impl (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb.hh220 && defined(hb_realloc_impl) \
228 extern "C" void* hb_realloc_impl(void *ptr, size_t size);
232 #define hb_realloc hb_realloc_impl
Dfailing-alloc.c49 void* hb_realloc_impl (void *ptr, size_t size) in hb_realloc_impl() function