Searched refs:HEAP_ENTRY_EXTRA (Results 1 – 3 of 3) sorted by relevance
303 } HEAP_ENTRY_EXTRA, *PHEAP_ENTRY_EXTRA; typedef305 typedef HEAP_ENTRY_EXTRA HEAP_FREE_ENTRY_EXTRA, *PHEAP_FREE_ENTRY_EXTRA;310 HEAP_ENTRY_EXTRA ExtraStuff;
153 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()
2026 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()