Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc3006 class TracingAccountingAllocator : public AccountingAllocator { in ThrowInternal() class
3008 explicit TracingAccountingAllocator(Isolate* isolate) : isolate_(isolate) {} in ThrowInternal() function in v8::internal::TracingAccountingAllocator
3009 ~TracingAccountingAllocator() = default; in ThrowInternal()
3238 allocator_(new TracingAccountingAllocator(this)), in ThrowInternal()