Searched refs:kPoolAlignment (Results 1 – 1 of 1) sorted by relevance
70 static const int kPoolAlignment = sizeof(ChunkPrefix); variable77 if (alignment > kPoolAlignment) { in PrepareChunk()101 if (alignment > kPoolAlignment) { in AllocateRaw()131 void* ptr = allocator_->Alloc(kPoolAlignment, num_bytes, &bytes_received); in AllocateRaw()