Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_mem-inl.h67 manager->DecreaseAllocatedSize(previous_size); in ReallocImpl()
101 manager->DecreaseAllocatedSize(*original_ptr); in StopTrackingMemory()
H A Dnode_wasi.h84 void DecreaseAllocatedSize(size_t size);
H A Dnode_http2.h699 void DecreaseAllocatedSize(size_t size);
H A Dnode_wasi.cc155 void WASI::DecreaseAllocatedSize(size_t size) { in DecreaseAllocatedSize() function in node::wasi::WASI
H A Dnode_http2.cc466 void Http2Session::DecreaseAllocatedSize(size_t size) { in DecreaseAllocatedSize() function in node::http2::Http2Session
/third_party/node/deps/v8/include/
H A Dv8-embedder-heap.h202 void DecreaseAllocatedSize(size_t bytes);
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.h131 void DecreaseAllocatedSize(size_t bytes) { in DecreaseAllocatedSize() function in v8::internal::final
/third_party/node/src/quic/
H A Dbindingdata.h128 void DecreaseAllocatedSize(size_t size);
H A Dbindingdata.cc55 void BindingData::DecreaseAllocatedSize(size_t size) { in DecreaseAllocatedSize() function in node::quic::BindingData
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc736 tracer->DecreaseAllocatedSize(static_cast<size_t>(-bytes_to_report)); in ReportBufferedAllocationSizeIfPossible()
/third_party/node/deps/v8/src/api/
H A Dapi.cc10340 void EmbedderHeapTracer::DecreaseAllocatedSize(size_t bytes) { in DecreaseAllocatedSize() function in v8::OneByteMask::__anon13987::MapAsArrayKind::EmbedderHeapTracer
10347 tracer->DecreaseAllocatedSize(bytes); in DecreaseAllocatedSize()

Completed in 34 milliseconds