Searched refs:test_malloc (Results 1 - 1 of 1) sorted by path

/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp92 test_malloc(size_t bytes) function
132 array[i] = test_malloc(size);
178 array[i] = test_malloc(128);
220 array[i] = test_malloc(kHeapSize / 64);
269 uint8* buffer = (uint8*)test_malloc(1);

Completed in 59 milliseconds