pub const dr_alloc_flags_t_DR_ALLOC_RESERVE_ONLY: dr_alloc_flags_t = 64;Expand description
This flag only applies to non-heap, non-DR memory (i.e., when both #DR_ALLOC_NON_HEAP and #DR_ALLOC_NON_DR are specified) on Windows. When this flag is specified, the allocated memory is reserved but not committed, just like the MEM_RESERVE Windows API flag (the default is MEM_RESERVE|MEM_COMMIT).