Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb.hh235 && defined(hb_malloc_impl) \
243 extern "C" void* hb_malloc_impl(size_t size);
247 #define hb_malloc hb_malloc_impl
H A Dfailing-alloc.c43 void* hb_malloc_impl (size_t size) in hb_malloc_impl() function