Searched refs:MaxBytesBulkAllocatedFor (Results 1 – 9 of 9) sorted by relevance
53 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) OVERRIDE;
255 kUseObjSizeForUsable>::MaxBytesBulkAllocatedFor(size_t num_bytes) { in MaxBytesBulkAllocatedFor() function256 return S::MaxBytesBulkAllocatedFor(num_bytes + 2 * kMemoryToolRedZoneBytes); in MaxBytesBulkAllocatedFor()
106 return rosalloc_->MaxBytesBulkAllocatedFor(num_bytes); in MaxBytesBulkAllocatedForNonvirtual()
74 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) OVERRIDE { in MaxBytesBulkAllocatedFor() function
73 virtual size_t MaxBytesBulkAllocatedFor(size_t num_bytes) = 0;
92 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) OVERRIDE { in MaxBytesBulkAllocatedFor() function
102 inline size_t RosAlloc::MaxBytesBulkAllocatedFor(size_t size) { in MaxBytesBulkAllocatedFor() function
864 ALWAYS_INLINE size_t MaxBytesBulkAllocatedFor(size_t size);
264 size_t max_bytes_tl_bulk_allocated = rosalloc_space_->MaxBytesBulkAllocatedFor(alloc_size); in TryToAllocate()