Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dheap.h303 } HEAP_ENTRY_EXTRA, *PHEAP_ENTRY_EXTRA; typedef
305 typedef HEAP_ENTRY_EXTRA HEAP_FREE_ENTRY_EXTRA, *PHEAP_FREE_ENTRY_EXTRA;
310 HEAP_ENTRY_EXTRA ExtraStuff;
H A Dheapdbg.c153 AllocSize = ((AllocSize + Heap->AlignRound) & Heap->AlignMask) + sizeof(HEAP_ENTRY_EXTRA); in RtlDebugAllocateHeap()
220 AllocSize = ((AllocSize + Heap->AlignRound) & Heap->AlignMask) + sizeof(HEAP_ENTRY_EXTRA); in RtlDebugReAllocateHeap()
H A Dheap.c2026 RtlZeroMemory(Extra, sizeof(HEAP_ENTRY_EXTRA)); in RtlpAllocateNonDedicated()
2120 AllocationSize += sizeof(HEAP_ENTRY_EXTRA); in RtlAllocateHeap()
2208 RtlZeroMemory(Extra, sizeof(HEAP_ENTRY_EXTRA)); in RtlAllocateHeap()
2740 AllocationSize += sizeof(HEAP_ENTRY_EXTRA); in RtlReAllocateHeap()