Searched refs:max_memory (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/region-alloc/
H A Dregion-alloc-c-api.cpp10 zx_status_t ralloc_create_pool(size_t max_memory, ralloc_pool_t** out_pool) { argument
14 auto pool = RegionAllocator::RegionPool::Create(max_memory);
H A Dregion-alloc.cpp11 RegionAllocator::RegionPool::RefPtr RegionAllocator::RegionPool::Create(size_t max_memory) { argument
13 if (SLAB_SIZE > max_memory) {
18 auto ret = fbl::AdoptRef(new (&ac) RegionPool(max_memory / SLAB_SIZE));
/fuchsia/zircon/system/ulib/region-alloc/include/region-alloc/
H A Dregion-alloc.h161 zx_status_t ralloc_create_pool(size_t max_memory, ralloc_pool_t** out_pool);
330 static RefPtr Create(size_t max_memory);

Completed in 78 milliseconds