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

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.cpp49 fArrayLength = (size_t *)malloc(size);
56 fArrayLength[i] = arraySlots * minCountPerBlock;
58 fArrayOffset[i] = fArrayLength[i] - 1;
61 memset(fArray[i], 0, fArrayLength[i]);
67 fManagedMemory = fBlockSize[0] * fArrayLength[0];
106 free(fArrayLength);
162 arrayLength = fArrayLength[i];
269 if (index >= fArrayLength[arrayToUse]) {
316 dprintf("\tMin count per block:\t%ld\n\n", fArrayLength[fArrayCount - 1]);
319 dprintf("\tArray slots:\t\t\t% 8ld", fArrayLength[
[all...]
H A DPhysicalMemoryAllocator.h58 size_t *fArrayLength; member in class:PhysicalMemoryAllocator

Completed in 84 milliseconds