Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_zlib.cc524 struct AllocScope { struct in node::__anon451dfaf80111::CompressionStream
525 explicit AllocScope(CompressionStream* stream) : stream(stream) {} in AllocScope() argument
526 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); } in ~AllocScope()
527 CompressionStream* stream;
667 typedef typename CompressionStream<CompressionContext>::AllocScope AllocScope; typedef in node::__anon451dfaf80111::BrotliCompressionStream
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLiveness.h137 LivenessAllocatorScope AllocScope; // Must be declared after Alloc. variable