Searched refs:orig_ptr (Results 1 – 3 of 3) sorted by relevance
26 char *GetAlignedMemory(char *orig_ptr, size_t alignment, size_t or_mask) { in GetAlignedMemory() argument35 uintptr_t ptr = reinterpret_cast<uintptr_t>(orig_ptr); in GetAlignedMemory()
23 char *GetAlignedMemory(char *orig_ptr, size_t alignment, size_t or_mask);
195 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument196 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()