This commit is contained in:
@@ -13,7 +13,7 @@ BEGIN_C_LINKAGE
|
||||
|
||||
#include <sys/mman.h>
|
||||
|
||||
typedef enum {
|
||||
typedef enum WpMemAllocFlags {
|
||||
#if defined(WP_PLATFORM_LINUX) || defined(WP_PLATFORM_GNU)
|
||||
WP_MEM_ALLOC_RESERVE = 0,
|
||||
WP_MEM_ALLOC_COMMIT = MAP_POPULATE,
|
||||
|
||||
Reference in New Issue
Block a user