Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh218 && defined(hb_malloc_impl) \
226 extern "C" void* hb_malloc_impl(size_t size);
230 #define hb_malloc hb_malloc_impl
Dfailing-alloc.c39 void* hb_malloc_impl (size_t size) in hb_malloc_impl() function