Searched refs:max_malloc_size (Results 1 – 1 of 1) sorted by relevance
39 static uptr max_malloc_size; variable46 max_malloc_size = Min(common_flags()->max_allocation_size_mb << 20, in InitializeAllocator()49 max_malloc_size = kMaxAllowedMallocSize; in InitializeAllocator()82 ReportAllocationSizeTooBig(size, max_malloc_size, &stack); in ReportAllocationSizeTooBig()89 if (size > max_malloc_size) in Allocate()126 if (new_size > max_malloc_size) { in Reallocate()