Home
last modified time | relevance | path

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

/xnu-10002.41.9/san/memory/
H A Dkasan-test.c84 kfree_data(t->data, t->datasz); in heap_cleanup()
107 t->datasz = BUFSZ; in test_heap_underflow()
120 t->datasz = BUFSZ; in test_heap_overflow()
173 t->datasz = BUFSZ; in test_heap_small_free()
179 t->datasz = 0; in test_heap_small_free()
H A Dkasan.h113 size_t datasz; member