Searched refs:intAlloc (Results 1 – 2 of 2) sorted by relevance
323 intptr_t intAlloc = reinterpret_cast<intptr_t>(alloc); in allocate()324 intAlloc = (intAlloc + alignmentMask) & ~alignmentMask; in allocate()325 return reinterpret_cast<void *>(intAlloc); in allocate()
286 intptr_t intAlloc = reinterpret_cast<intptr_t>(alloc); in allocate() local287 intAlloc = (intAlloc + mAlignmentMask) & ~mAlignmentMask; in allocate()288 return reinterpret_cast<void *>(intAlloc); in allocate()