Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-embedder-heap.h201 void IncreaseAllocatedSize(size_t bytes);
/third_party/node/src/
Dnode_mem-inl.h61 manager->IncreaseAllocatedSize(new_size); in ReallocImpl()
Dnode_wasi.h83 void IncreaseAllocatedSize(size_t size);
Dnode_http2.h698 void IncreaseAllocatedSize(size_t size);
Dnode_wasi.cc151 void WASI::IncreaseAllocatedSize(size_t size) { in IncreaseAllocatedSize() function in node::wasi::WASI
Dnode_http2.cc462 void Http2Session::IncreaseAllocatedSize(size_t size) { in IncreaseAllocatedSize() function in node::http2::Http2Session
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.h120 void IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() function
/third_party/node/src/quic/
Dbindingdata.h127 void IncreaseAllocatedSize(size_t size);
Dbindingdata.cc51 void BindingData::IncreaseAllocatedSize(size_t size) { in IncreaseAllocatedSize() function in node::quic::BindingData
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc738 tracer->IncreaseAllocatedSize(static_cast<size_t>(bytes_to_report)); in ReportBufferedAllocationSizeIfPossible()
/third_party/node/deps/v8/src/api/
Dapi.cc10295 void EmbedderHeapTracer::IncreaseAllocatedSize(size_t bytes) { in IncreaseAllocatedSize() function in v8::EmbedderHeapTracer
10302 tracer->IncreaseAllocatedSize(bytes); in IncreaseAllocatedSize()