Searched refs:SMALLEST_BLK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmemalign.c84 reqsize = nbytes + align + SMALLEST_BLK;
112 if ( frag_size < SMALLEST_BLK ) {
132 if (frag_size > SMALLEST_BLK) {
H A Dmallint.h72 #define SMALLEST_BLK sizeof(struct dblk) /* Size of smallest block */ macro
H A Dmalloc.c116 ( (size) < SMALLEST_BLK \
444 if (nbytes < SMALLEST_BLK) {
445 nbytes = SMALLEST_BLK;
504 if (allocp->size - nbytes <= SMALLEST_BLK) {
600 * multiple of ALIGNSIZ, at least as large as SMALLEST_BLK,
711 if (oldsize - newsize >= SMALLEST_BLK) {
815 if (newsize < SMALLEST_BLK) {
816 newsize = SMALLEST_BLK;
1383 if ( (size) < SMALLEST_BLK
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c103 #define SMALLEST_BLK 1 /* Size of smallest block */ macro
460 if (nbytes < SMALLEST_BLK) {
522 if (a->size - nbytes < SMALLEST_BLK) {

Completed in 66 milliseconds