HomeSort by relevance Sort by last modified time
    Searched refs:tl_calloc (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
pub_core_replacemalloc.h 47 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n); member in struct:vg_mallocfunc_info
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 560 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
587 v = (void*)VALGRIND_NON_SIMD_CALL2( info.tl_calloc, nmemb, size ); \
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 1315 milliseconds