Searched refs:orig_ptr (Results 1 – 3 of 3) sorted by relevance
29 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask) { in GetAlignedMemory() argument36 uintptr_t ptr = reinterpret_cast<uintptr_t>(orig_ptr); in GetAlignedMemory()
55 char* GetAlignedMemory(char* orig_ptr, size_t alignment, size_t or_mask);
196 static void *GetAlignedPtr(void *orig_ptr, int alignment, int or_mask) { in GetAlignedPtr() argument197 uint64_t ptr = reinterpret_cast<uint64_t>(orig_ptr); in GetAlignedPtr()