Searched refs:max_user_defined_malloc_size (Results 1 – 4 of 4) sorted by relevance
128 static uptr max_user_defined_malloc_size; variable133 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitializeAllocator()175 sz > max_user_defined_malloc_size) { in user_alloc_internal()179 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in user_alloc_internal()
134 static uptr max_user_defined_malloc_size; variable139 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitializeAllocator()181 sz > max_user_defined_malloc_size) { in user_alloc_internal()185 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in user_alloc_internal()
256 uptr max_user_defined_malloc_size; member333 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitLinkerInitialized()369 size > max_user_defined_malloc_size) { in Allocate()375 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in Allocate()
306 uptr max_user_defined_malloc_size; member340 max_user_defined_malloc_size = common_flags()->max_allocation_size_mb in InitLinkerInitialized()511 size > max_user_defined_malloc_size) { in Allocate()518 Min(kMaxAllowedMallocSize, max_user_defined_malloc_size); in Allocate()