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