Base: Remove memory::DeallocationType::kDecommitRelease (an invalid combination)
This commit is contained in:
@@ -45,7 +45,6 @@ enum class AllocationType {
|
||||
enum class DeallocationType {
|
||||
kRelease = 1 << 0,
|
||||
kDecommit = 1 << 1,
|
||||
kDecommitRelease = kRelease | kDecommit,
|
||||
};
|
||||
|
||||
// Allocates a block of memory at the given page-aligned base address.
|
||||
|
||||
Reference in New Issue
Block a user