mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
10 lines
278 B
C
10 lines
278 B
C
|
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_HEAP_H_
|
||
|
#define COSMOPOLITAN_LIBC_NT_ENUM_HEAP_H_
|
||
|
|
||
|
#define kNtHeapNoSerialize 1
|
||
|
#define kNtHeapGenerateExceptions 4
|
||
|
#define kNtHeapZeroMemory 8
|
||
|
#define kNtHeapReallocInPlaceOnly 16
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_HEAP_H_ */
|