Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c69 TREE *alignedp; /* Ptr to properly aligned boundary */ in memalign() local
138 alignedp = (TREE *)x; in memalign()
139 aligned_blk = BLOCK(alignedp); in memalign()
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1122 TREE *alignedp; /* Ptr to properly aligned boundary */ in memalign() local
1186 alignedp = (TREE *)x; in memalign()
1188 aligned_blk = BLOCK(alignedp); in memalign()