Searched refs:g_SdbpAllocationTable (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/appcompat/apphelp/ |
H A D | dbgheap.c | 27 static RTL_AVL_TABLE g_SdbpAllocationTable; variable 63 RtlInsertElementGenericTableAvl(&g_SdbpAllocationTable, &Entry, sizeof(Entry), NULL); in SdbpInsertAllocation() 74 Entry = RtlLookupElementGenericTableAvl(&g_SdbpAllocationTable, &Lookup); in SdbpUpdateAllocation() 87 RtlInsertElementGenericTableAvl(&g_SdbpAllocationTable, &Lookup, sizeof(Lookup), NULL); in SdbpUpdateAllocation() 113 Entry = RtlLookupElementGenericTableAvl(&g_SdbpAllocationTable, &Lookup); in SdbpRemoveAllocation() 117 RtlDeleteElementGenericTableAvl(&g_SdbpAllocationTable, Entry); in SdbpRemoveAllocation() 140 RtlInitializeGenericTableAvl(&g_SdbpAllocationTable, ShimAllocCompareRoutine, in SdbpDebugHeapInit() 146 if (g_SdbpAllocationTable.NumberGenericTableElements != 0) in SdbpDebugHeapDeinit() 152 Entry = RtlEnumerateGenericTableAvl(&g_SdbpAllocationTable, TRUE); in SdbpDebugHeapDeinit() 157 Entry = RtlEnumerateGenericTableAvl(&g_SdbpAllocationTable, FALSE); in SdbpDebugHeapDeinit()
|