Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc45 HANDLE crt_heap = reinterpret_cast<HANDLE>(_get_heap_handle()); in WinHeapMemoryDumpImpl() local
46 ::HeapLock(crt_heap); in WinHeapMemoryDumpImpl()
50 while (::HeapWalk(crt_heap, &heap_entry) != FALSE) { in WinHeapMemoryDumpImpl()
59 CHECK(::HeapUnlock(crt_heap) == TRUE); in WinHeapMemoryDumpImpl()