Searched refs:AllocScope (Results 1 – 2 of 2) sorted by relevance
284 AllocScope alloc_scope(this); in Close()351 AllocScope alloc_scope(this); in Write()404 AllocScope alloc_scope(this); in AfterThreadPoolWork()458 AllocScope alloc_scope(wrap); in Reset()524 struct AllocScope { struct in node::__anoncd531f250111::CompressionStream525 explicit AllocScope(CompressionStream* stream) : stream(stream) {} in AllocScope() argument526 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); } in ~AllocScope() argument626 AllocScope alloc_scope(wrap); in Init()643 AllocScope alloc_scope(wrap); in Params()667 typedef typename CompressionStream<CompressionContext>::AllocScope AllocScope; typedef in node::__anoncd531f250111::BrotliCompressionStream[all …]
125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()137 LivenessAllocatorScope AllocScope; // Must be declared after Alloc. variable