Searched refs:AllocScope (Results 1 – 2 of 2) sorted by relevance
277 AllocScope alloc_scope(this); in Close()344 AllocScope alloc_scope(this); in Write()396 AllocScope alloc_scope(this); in AfterThreadPoolWork()450 AllocScope alloc_scope(wrap); in Reset()516 struct AllocScope { struct in node::__anonb47e24fa0111::CompressionStream517 explicit AllocScope(CompressionStream* stream) : stream(stream) {} in AllocScope() argument518 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); } in ~AllocScope() argument620 AllocScope alloc_scope(wrap); in Init()637 AllocScope alloc_scope(wrap); in Params()660 typedef typename CompressionStream<CompressionContext>::AllocScope AllocScope; typedef in node::__anonb47e24fa0111::BrotliCompressionStream[all …]
125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()137 LivenessAllocatorScope AllocScope; // Must be declared after Alloc. variable