Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_zlib.cc277 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::CompressionStream
517 explicit AllocScope(CompressionStream* stream) : stream(stream) {} in AllocScope() argument
518 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); } in ~AllocScope() argument
620 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLiveness.h125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()
137 LivenessAllocatorScope AllocScope; // Must be declared after Alloc. variable