Home
last modified time | relevance | path

Searched refs:aligned_alloc_mem (Results 1 – 1 of 1) sorted by relevance

/linux/tools/mm/
H A Dthp_swap_allocator_test.c48 static void *aligned_alloc_mem(size_t size, size_t alignment) in aligned_alloc_mem() function
132 mem1 = aligned_alloc_mem(MEMSIZE_MTHP, ALIGNMENT_MTHP); in main()
145 mem2 = aligned_alloc_mem(MEMSIZE_SMALLFOLIO, ALIGNMENT_MTHP); in main()