Home
last modified time | relevance | path

Searched refs:NotifyExplicitFree (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dexplicit-management.cc48 base_page->heap().stats_collector()->NotifyExplicitFree( in FreeUnreferencedObject()
63 base_page->heap().stats_collector()->NotifyExplicitFree(header_size); in FreeUnreferencedObject()
119 base_page.heap().stats_collector()->NotifyExplicitFree(size_delta); in Shrink()
Dobject-allocator.cc77 stats_collector.NotifyExplicitFree(lab.size()); in ReplaceLinearAllocationBuffer()
Dstats-collector.cc51 void StatsCollector::NotifyExplicitFree(size_t bytes) { in NotifyExplicitFree() function in cppgc::internal::StatsCollector
Dstats-collector.h263 void NotifyExplicitFree(size_t);