Searched refs:unaligned_ptr (Results 1 – 4 of 4) sorted by relevance
83 class unaligned_ptr class86 friend class unaligned_ptr;89 unaligned_ptr(P *ptr) in unaligned_ptr() function in rr::unaligned_ptr
520 unaligned_ptr<int32_t> patchSite = (int32_t *)(address + relocation.r_offset); in relocateSymbol()605 unaligned_ptr<int32_t> patchSite32 = (int32_t *)(address + relocation.r_offset); in relocateSymbol()606 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()
370 char* unaligned_ptr = aligned_ptr + alignof(T); in allocate() local371 assert(is_min_aligned(unaligned_ptr)); in allocate()373 P->countAlloc(unaligned_ptr, n * sizeof(T), alignof(T)); in allocate()375 return ((T*)unaligned_ptr); in allocate()