Home | History | Annotate | Download | only in heap

Lines Matching refs:POOLED

272     // |POOLED|: When actually freeing this chunk, only uncommit and do not
274 POOLED = 1u << 14,
1127 // (1) Try to get a chunk that was declared as pooled and already has
1153 kPooled, // Pooled chunks, already uncommited and ready for reuse.
1241 // whether pooled allocation, which only works for MemoryChunk::kPageSize,