Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DExecutionBurstController.cpp449 mFreeSlots.push(slot); in freeMemory()
471 if (mFreeSlots.size() > 0) { in allocateSlotLocked()
472 const int32_t slot = mFreeSlots.top(); in allocateSlotLocked()
473 mFreeSlots.pop(); in allocateSlotLocked()
/packages/modules/NeuralNetworks/common/include/
DExecutionBurstController.h276 std::stack<int32_t, std::vector<int32_t>> mFreeSlots; variable