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 376 bool pooled = chunk->IsFlagSet(MemoryChunk::POOLED); local
378 if (pooled) AddMemoryChunkSafe<kPooled>(chunk);
381 // The previous loop uncommitted any pages marked as pooled and added them
382 // to the pooled list. In case of kReleasePooled we need to free them
910 if (chunk->IsFlagSet(MemoryChunk::POOLED)) {
929 // Pooled pages cannot be touched anymore as their memory is uncommitted.
936 chunk->SetFlag(MemoryChunk::POOLED);
    [all...]
spaces.h 272 // |POOLED|: When actually freeing this chunk, only uncommit and do not
274 POOLED = 1u << 14,
    [all...]

Completed in 339 milliseconds