Home
last modified time | relevance | path

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

/xnu-10002.41.9/san/memory/
H A Dkasan-test.c56 #define LBUFSZ 255 macro
129 uint8_t *x = kalloc_data(LBUFSZ, Z_WAITOK); in test_heap_uaf()
133 kfree_data(x, LBUFSZ); in test_heap_uaf()