Home
last modified time | relevance | path

Searched refs:ReleaseAllocation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-memory.cc177 WasmMemoryTracker::AllocationData WasmMemoryTracker::ReleaseAllocation( in ReleaseAllocation() function in v8::internal::wasm::WasmMemoryTracker
235 const AllocationData allocation = ReleaseAllocation(isolate, buffer_start); in FreeMemoryIfIsWasmMemory()
Dwasm-memory.h70 AllocationData ReleaseAllocation(Isolate* isolate, const void* buffer_start);
/external/v8/src/objects/
Djs-array-buffer.cc56 isolate->wasm_engine()->memory_tracker()->ReleaseAllocation(isolate, in StopTrackingWasmMemory()