Searched refs:MaxBytesBulkAllocatedFor (Results 1 – 9 of 9) sorted by relevance
74 return rosalloc_->MaxBytesBulkAllocatedFor(num_bytes); in MaxBytesBulkAllocatedForNonvirtual()
53 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) override;
290 kUseObjSizeForUsable>::MaxBytesBulkAllocatedFor(size_t num_bytes) { in MaxBytesBulkAllocatedFor() function291 return S::MaxBytesBulkAllocatedFor(num_bytes + 2 * kMemoryToolRedZoneBytes); in MaxBytesBulkAllocatedFor()
83 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) override { in MaxBytesBulkAllocatedFor() function
65 virtual size_t MaxBytesBulkAllocatedFor(size_t num_bytes) = 0;
99 size_t MaxBytesBulkAllocatedFor(size_t num_bytes) override { in MaxBytesBulkAllocatedFor() function
102 inline size_t RosAlloc::MaxBytesBulkAllocatedFor(size_t size) { in MaxBytesBulkAllocatedFor() function
868 ALWAYS_INLINE size_t MaxBytesBulkAllocatedFor(size_t size);
312 size_t max_bytes_tl_bulk_allocated = rosalloc_space_->MaxBytesBulkAllocatedFor(alloc_size); in TryToAllocate()