Searched defs:alignedPtr (Results 1 – 5 of 5) sorted by relevance
233 char* alignedPtr = AlignPtr(allocation, mAllocationAlignment); in GetNewSlab() local
86 uint8_t *alignedPtr = memory + kGuardBlockSize + HeaderSize(); in GetDataPointer() local
639 uintptr_t alignedPtr = (blockPtr + offset + Padding + Align - 1) & ~(Align - 1); in alignedOffset() local
463 void* alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal() local
830 void *alignedPtr = std::align(alignment, size, ptr, space); in addConstantData() local847 void *alignedPtr = std::align(alignment, size, ptr, space); in addConstantData() local