Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/
H A Dtoolhelp.c237 hi = (PRTL_PROCESS_HEAPS)HeapDebug->Heaps; in TH32CreateSnapshotSectionInitialize()
339 HeapListEntry->th32HeapID = (ULONG_PTR)hi->Heaps[i].BaseAddress; in TH32CreateSnapshotSectionInitialize()
340 HeapListEntry->dwFlags = hi->Heaps[i].Flags; in TH32CreateSnapshotSectionInitialize()
516 i != DebugInfo->Heaps->NumberOfHeaps; in Heap32First()
519 Heap = &DebugInfo->Heaps->Heaps[i]; in Heap32First()
606 i != DebugInfo->Heaps->NumberOfHeaps; in Heap32Next()
609 Heap = &DebugInfo->Heaps->Heaps[i]; in Heap32Next()
/reactos/sdk/lib/rtl/
H A Ddbgbuffer.c357 Buf->Heaps = Hp; in RtlQueryProcessDebugInformation()
444 Buf->Heaps = Hp; in RtlQueryProcessDebugInformation()
/reactos/sdk/include/ndk/
H A Drtltypes.h1135 RTL_HEAP_INFORMATION Heaps[1]; member
1206 PRTL_PROCESS_HEAPS Heaps; member