HomeSort by relevance Sort by last modified time
    Searched refs:POOLED (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
spaces.cc 377 bool pooled = chunk->IsFlagSet(MemoryChunk::POOLED); local
379 if (pooled) AddMemoryChunkSafe<kPooled>(chunk);
793 if (chunk->IsFlagSet(MemoryChunk::POOLED)) {
814 chunk->SetFlag(MemoryChunk::POOLED);
    [all...]
spaces.h 450 // |POOLED|: When actually freeing this chunk, only uncommit and do not
452 POOLED,
    [all...]

Completed in 3285 milliseconds