Home
last modified time | relevance | path

Searched defs:aligned_ptr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/python/mlir/runtime/
H A Dnp_to_memref.py118 move_aligned_ptr_by_offset(aligned_ptr, offset) global() argument
/llvm-project/libcxx/test/support/
H A Dcontrolled_allocators.h374 char* aligned_ptr = (char*)::operator new(alloc_size(n*sizeof(T))); in allocate() local
388 char* aligned_ptr = ((char*)p) - alignof(T); in deallocate() local
/llvm-project/libcxx/src/
H A Dmemory_resource.cpp436 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity); __try_allocate_from_chunk() local
445 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity); __try_allocate_from_chunk() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp295 void *aligned_ptr = reinterpret_cast<void *>( HwasanDeallocate() local
443 void *aligned_ptr = reinterpret_cast<void *>( AllocationSizeFast() local