Searched refs:tryAlloc (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1044 tries to allocate buffer with the size: blockSize * tryAlloc
1050 allocate_buffer(uint32 blockSize, int32 tryAlloc, int32* allocated) argument
1053 for (int32 i = tryAlloc; i > 1; i /= 2) {

Completed in 45 milliseconds