Searched refs:unaligned_ptr (Results 1 – 3 of 3) sorted by relevance
68 class unaligned_ptr class71 friend class unaligned_ptr;74 unaligned_ptr(P *ptr) : ptr(ptr) {} in unaligned_ptr() function in rr::unaligned_ptr
252 unaligned_ptr<int32_t> patchSite = (int32_t*)(address + relocation.r_offset); in relocateSymbol()337 unaligned_ptr<int32_t> patchSite32 = (int32_t*)(address + relocation.r_offset); in relocateSymbol()338 unaligned_ptr<int64_t> patchSite64 = (int64_t*)(address + relocation.r_offset); in relocateSymbol()
371 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local372 assert(is_min_aligned(unaligned_ptr)); in allocate()374 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate()376 return ((T*)unaligned_ptr); in allocate()