Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_zlib.cc284 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::CompressionStream
525 explicit AllocScope(CompressionStream* stream) : stream(stream) {} in AllocScope() argument
526 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); } in ~AllocScope() argument
626 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 …]
/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