pub const dr_alloc_flags_t_DR_ALLOC_FIXED_LOCATION: dr_alloc_flags_t = 8;Expand description
This flag only applies to non-heap memory (i.e., when #DR_ALLOC_NON_HEAP is specified). The flag requests that memory be allocated at a specific address, given in the \p addr parameter. Without this flag, the \p addr parameter is not honored. This flag is not compatible with #DR_ALLOC_LOW_2GB or #DR_ALLOC_CACHE_REACHABLE.