Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds