Home | History | Annotate | Download | only in heap

Lines Matching refs:kRegular

1312         AddMemoryChunkSafe<kRegular>(chunk);
1326 chunk = GetMemoryChunkSafe<kRegular>();
1340 kRegular, // Pages of kPageSize that do not live in a CodeRange and
1350 if (type != kRegular || allocator_->CanFreeMemoryChunk(chunk)) {
1353 DCHECK_EQ(type, kRegular);
1384 kRegular,
1405 template <MemoryAllocator::AllocationMode alloc_mode = kRegular,