Searched refs:crt_heap (Results 1 – 1 of 1) sorted by relevance
162 HANDLE crt_heap = reinterpret_cast<HANDLE>(_get_heap_handle()); in WinHeapMemoryDumpImpl() local163 ::HeapLock(crt_heap); in WinHeapMemoryDumpImpl()167 while (::HeapWalk(crt_heap, &heap_entry) != FALSE) { in WinHeapMemoryDumpImpl()176 CHECK(::HeapUnlock(crt_heap) == TRUE); in WinHeapMemoryDumpImpl()