pub const dr_alloc_flags_t_DR_ALLOC_NON_DR: dr_alloc_flags_t = 32;Expand description
This flag only applies to non-heap memory (i.e., when #DR_ALLOC_NON_HEAP is specified). When this flag is specified, the allocated memory is not considered to be DynamoRIO or tool memory and thus is not kept separate from the application. This is similar to dr_raw_mem_alloc(). Use of this memory is at the client’s own risk. This flag is not compatible with #DR_ALLOC_CACHE_REACHABLE.