Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
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.h250 ULONG_PTR AlignMask; member
H A Dheap.c199 Heap->AlignMask = (ULONG) ~15; in RtlpInitializeHeap()
204 Heap->AlignMask = (ULONG) ~(sizeof(HEAP_ENTRY) - 1); in RtlpInitializeHeap()
2108 AllocationSize = (AllocationSize + Heap->AlignRound) & Heap->AlignMask; in RtlAllocateHeap()
2733 AllocationSize = (AllocationSize + Heap->AlignRound) & Heap->AlignMask; in RtlReAllocateHeap()