ZeroMem should not be a part of pal_consts.h
This commit is contained in:
@@ -25,10 +25,4 @@ namespace snmalloc
|
||||
*/
|
||||
AlignedAllocation = (1 << 1)
|
||||
};
|
||||
|
||||
enum ZeroMem
|
||||
{
|
||||
NoZero,
|
||||
YesZero
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user