Searched refs:freeMemory (Results 1 – 8 of 8) sorted by relevance
430 std::pair<bool, int32_t> ExecutionBurstController::ExecutionBurstCallback::freeMemory( in freeMemory() function in android::nn::ExecutionBurstController::ExecutionBurstCallback623 void ExecutionBurstController::freeMemory(intptr_t key) { in freeMemory() function in android::nn::ExecutionBurstController628 std::tie(valid, slot) = mMemoryCache->freeMemory(key); in freeMemory()630 mBurstContext->freeMemory(slot).isOk(); in freeMemory()
564 hardware::Return<void> ExecutionBurstServer::freeMemory(int32_t slot) { in freeMemory() function in android::nn::ExecutionBurstServer
269 std::pair<bool, int32_t> freeMemory(intptr_t key);332 void freeMemory(intptr_t key);
318 hardware::Return<void> freeMemory(int32_t slot) override;
107 void freeMemory();
207 void CDelaunay::freeMemory() in freeMemory() function in CDelaunay
291 … m_Triangulator.freeMemory(); // note: can be called even if delaunay_alloc() wasn't successful in runBlend()
273 Math.min(Runtime.getRuntime().freeMemory(), maxSize)); in writeToFos()