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

/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp226 fNextAllocation = (uint8*)fBuffer;
252 void* address = fNextAllocation;
253 fNextAllocation += size;
561 uint8* fNextAllocation; member in class:SchedulingAnalysis::SchedulingAnalysisManager

Completed in 33 milliseconds