Home
last modified time | relevance | path

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

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