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

  /external/valgrind/tsan/
ts_util.h 311 extern MallocCostCenterStack g_malloc_stack;
317 g_malloc_stack.Push(cc);
322 g_malloc_stack.Pop();
ts_valgrind.cc 51 return VG_(malloc)((HChar*)g_malloc_stack.Top(), size);
54 return VG_(malloc)((HChar*)g_malloc_stack.Top(), size);
64 return VG_(malloc)((HChar*)g_malloc_stack.Top(), size);
    [all...]
ts_util.cc 213 MallocCostCenterStack g_malloc_stack; variable

Completed in 2061 milliseconds