Skip to main content

dr_alloc_flags_t_DR_ALLOC_LOW_2GB

Constant dr_alloc_flags_t_DR_ALLOC_LOW_2GB 

Source
pub const dr_alloc_flags_t_DR_ALLOC_LOW_2GB: dr_alloc_flags_t = 16;
Expand description

This flag only applies to non-heap memory (i.e., when #DR_ALLOC_NON_HEAP is specified) in 64-bit mode. The flag requests that memory be allocated in the low 2GB of the address space. If this flag is passed, the requested location (\p addr parameter) must be NULL. This flag is not compatible with #DR_ALLOC_FIXED_LOCATION.