mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
- Fixed the definitions of HEAP_GROWABLE and HEAP_NO_VALLOC.
svn path=/trunk/; revision=12185
This commit is contained in:
parent
4076ea8740
commit
43ccb648b2
1 changed files with 4 additions and 4 deletions
|
@ -13,15 +13,15 @@
|
||||||
#define __INCLUDE_HEAP_H
|
#define __INCLUDE_HEAP_H
|
||||||
|
|
||||||
/* HeapAlloc, HeapReAlloc */
|
/* HeapAlloc, HeapReAlloc */
|
||||||
#define HEAP_NO_VALLOC (64)
|
#define HEAP_NO_VALLOC (256)
|
||||||
|
|
||||||
#ifndef __USE_W32API
|
#ifndef __USE_W32API
|
||||||
|
|
||||||
#define HEAP_GENERATE_EXCEPTIONS (4)
|
|
||||||
#define HEAP_NO_SERIALIZE (1)
|
#define HEAP_NO_SERIALIZE (1)
|
||||||
|
#define HEAP_GROWABLE (2)
|
||||||
|
#define HEAP_GENERATE_EXCEPTIONS (4)
|
||||||
#define HEAP_ZERO_MEMORY (8)
|
#define HEAP_ZERO_MEMORY (8)
|
||||||
#define HEAP_REALLOC_IN_PLACE_ONLY (16)
|
#define HEAP_REALLOC_IN_PLACE_ONLY (16)
|
||||||
#define HEAP_GROWABLE (32)
|
|
||||||
|
|
||||||
#endif /* !__USE_W32API */
|
#endif /* !__USE_W32API */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue