Home
last modified time | relevance | path

Searched refs:mem_aligned (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c665 intptr_t mem_aligned; in dt_kmem_alloc_aligned_tag() local
682 mem_aligned = (intptr_t) (((intptr_t) mem + align + hdr_size) & ~(align - 1)); in dt_kmem_alloc_aligned_tag()
685 addr_to_free = (void**) (mem_aligned - sizeof(void*)); in dt_kmem_alloc_aligned_tag()
689 size_to_free = (size_t*) (mem_aligned - hdr_size); in dt_kmem_alloc_aligned_tag()
692 return (void*) mem_aligned; in dt_kmem_alloc_aligned_tag()