pub const FN_ID_BENCH_ARC_PAGE_ALLOC: u32 = 200;Expand description
Bench: allocate N × Arc<Page> where Page is a 4 KiB
page-aligned block.
- Input:
u32LE =N. - Output:
u64LE = elapsed RDTSC cycles total. The host divides byNto get per-Arc cost.