Home
last modified time | relevance | path

Searched refs:tl_calloc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_replacemalloc.h48 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n); member
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c677 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
704 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1982 info->tl_calloc = VG_(tdict).tool_calloc; in do_client_request()