Home
last modified time | relevance | path

Searched defs:ALLOCATION_STEP (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2672 const ALLOCATION_STEP: DeviceSize = 117; in free_list_allocator_capacity() constant
3052 const ALLOCATION_STEP: DeviceSize = 117; in bump_allocator_syncness() constant
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/resctrl/
H A Dmba_test.c18 #define ALLOCATION_STEP 10 macro