Searched defs:alloc_size (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dpages.c5 size_t alloc_size; local
/fuchsia/zircon/kernel/arch/x86/
H A Dmmu_tests.cpp33 static const size_t alloc_size = (1UL << PD_SHIFT) - PAGE_SIZE; local
93 static const size_t alloc_size = 3UL << PD_SHIFT; local
135 static const size_t alloc_size = 1UL << PD_SHIFT; local
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dextent_mmap.c10 size_t alloc_size; local
H A Dpages.c194 pages_trim(void *addr, size_t alloc_size, size_t leadsize, size_t size, argument
101 fuchsia_pages_trim(void* ret, void* addr, size_t size, size_t alloc_size, size_t leadsize) argument
H A Dzone.c197 size_t alloc_size; local
H A Dextent.c423 size_t size, alloc_size, leadsize, trailsize; local
703 size_t size, alloc_size, alloc_size_min, leadsize, trailsize; local
[all...]
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/
H A Darm_gicv2m_msi.cpp88 uint alloc_size = 1u << log2_uint_ceil(requested_irqs); local
/fuchsia/zircon/kernel/platform/pc/
H A Dinterrupts.cpp300 uint alloc_size = 1u << log2_uint_ceil(requested_irqs); local
H A Dmemory.cpp520 const uint64_t alloc_size = 2 * PAGE_SIZE; local
/fuchsia/zircon/kernel/vm/
H A Dvm_unittest.cpp147 static const size_t alloc_size = 256 * 1024; local
172 static const size_t alloc_size = 256 * 1024; local
211 static const size_t alloc_size = 16 * 1024; local
350 static const size_t alloc_size = PAGE_SIZE * 16; local
368 static const size_t alloc_size = PAGE_SIZE * 16; local
433 static const size_t alloc_size = PAGE_SIZE * 16; local
481 static const size_t alloc_size = 15; local
522 static const size_t alloc_size = PAGE_SIZE * 16; local
549 static const size_t alloc_size = PAGE_SIZE * 16; local
582 static const size_t alloc_size = PAGE_SIZE * 16; local
607 static const size_t alloc_size = PAGE_SIZE * 16; local
632 static const size_t alloc_size = PAGE_SIZE * 16; local
660 static const size_t alloc_size = PAGE_SIZE * 16; local
698 static const size_t alloc_size = PAGE_SIZE * 16; local
753 static const size_t alloc_size = PAGE_SIZE * 16; local
913 static const size_t alloc_size = PAGE_SIZE * 16; local
[all...]
H A Dvm_address_region.cpp918 constexpr size_t AllocationSpotsInRange(size_t range_size, size_t alloc_size, uint8_t align_pow2) { argument
/fuchsia/zircon/system/dev/ethernet/realtek-8111/
H A Drtl8111.c402 uint32_t alloc_size = ((ETH_BUF_SIZE + ETH_DESC_ELT_SIZE) * ETH_BUF_COUNT) * 2; local
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dslab_allocator.h396 void* Allocate(size_t alloc_size, size_t slab_storage_limit) { argument
415 SlabAllocatorBase(size_t slab_size, size_t alloc_size, size_t alloc_alignment, size_t initial_slab_used, size_t max_slabs, bool alloc_initial) argument
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1304 size_t alloc_size; local

Completed in 134 milliseconds