Searched refs:ALIGNSIZ (Results 1 – 6 of 6) sorted by relevance
84 #define ALIGNSIZ sizeof(double) macro88 char data[ALIGNSIZ]; /* Addr returned to the caller */93 #define ALIGNSIZ sizeof(uint) macro96 char data[ALIGNSIZ]; /* Addr returned to the caller */
83 nbytes = roundup(nbytes, ALIGNSIZ);93 blk = (Dblk)(p - ALIGNSIZ); /* back up to get length word */101 aligned_blk = (Dblk)(alignedp - ALIGNSIZ);130 nbytes += ALIGNSIZ;
74 #define INIT_GRAIN ALIGNSIZ117 || (size) & (ALIGNSIZ-1) \443 nbytes += ALIGNSIZ; in malloc()447 nbytes = roundup(nbytes, ALIGNSIZ); in malloc()604 oldblk = (Dblk)((char*)ptr - ALIGNSIZ); in free()794 oldblk = (Dblk)((char*)ptr - ALIGNSIZ); in realloc()814 newsize = nbytes + ALIGNSIZ; /* add size of a length word */ in realloc()818 newsize = roundup(newsize, ALIGNSIZ); in realloc()904 bcopy(oldblk->data, ptr, oldsize-ALIGNSIZ); in realloc()1169 size = NFREE_HDRS*sizeof(struct freehdr) + ALIGNSIZ; in getfreehdr()[all …]
58 __mallinfo.grain = roundup(value, ALIGNSIZ); in mallopt()
71 size_t rbytes = round(nbytes + ALIGNSIZ, ALIGNSIZ); in alloc()116 brkbegin = (unsigned char *)round(brkbegin, ALIGNSIZ); in addblok()127 rndstak = (unsigned char *)round(staktop, ALIGNSIZ); in addblok()
44 #define ALIGNSIZ (sizeof (double)) macro78 char pad[ALIGNSIZ - sizeof (struct blk *)];