Home
last modified time | relevance | path

Searched refs:POOLED (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc163 bool pooled = chunk->IsFlagSet(MemoryChunk::POOLED); in PerformFreeMemoryOnQueuedChunks()
498 if (chunk->IsFlagSet(MemoryChunk::POOLED)) { in PerformFreeMemory()
515 chunk->SetFlag(MemoryChunk::POOLED); in Free()
Dbasic-memory-chunk.h71 POOLED = 1u << 14, enumerator
/third_party/gstreamer/gstreamer/
DChangeLog28617 Revert "buffer: Don't copy POOLED and memory metadata unconditionally"
28623 buffer: Don't copy POOLED and memory metadata unconditionally
56708 Mark all metadata on the allocated buffers with a POOLED flag. When a buffer
56709 returns to the pool, remove all metadata that did not have the POOLED flag. This