Searched refs:UncommittedAddress (Results 1 – 1 of 1) sorted by relevance
1429 PVOID CommittedAddress = NULL, UncommittedAddress = NULL; in RtlCreateHeap() local1582 UncommittedAddress = (PCHAR)Addr + Parameters->InitialCommit; in RtlCreateHeap()1623 UncommittedAddress = (PCHAR)Addr + CommitSize; in RtlCreateHeap()1627 UncommittedAddress, in RtlCreateHeap()1644 UncommittedAddress = Addr; in RtlCreateHeap()1673 UncommittedAddress = Heap; in RtlCreateHeap()1677 if (CommittedAddress == UncommittedAddress) in RtlCreateHeap()1703 UncommittedAddress = (PCHAR)UncommittedAddress + CommitSize; in RtlCreateHeap()