Searched refs:ALLOCATE_LEFT (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/mm/kfence/ |
D | kfence_test.c | 234 ALLOCATE_LEFT, /* KFENCE, left side of page. */ enumerator 253 case ALLOCATE_LEFT: in test_alloc() 299 if (policy == ALLOCATE_LEFT && PAGE_ALIGNED(alloc)) in test_alloc() 337 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read() 361 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write() 429 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_corruption() 540 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk()
|