Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb.hh219 && defined(hb_calloc_impl) \
227 extern "C" void* hb_calloc_impl(size_t nmemb, size_t size);
231 #define hb_calloc hb_calloc_impl
Dfailing-alloc.c44 void* hb_calloc_impl (size_t nmemb, size_t size) in hb_calloc_impl() function