Searched refs:NPS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmalloc.c136 #define NPS (WORDSIZE*8) macro
137 ASSERT((size + WORDSIZE) * NPS >= MINSIZE);
139 /* get NPS of these block types */
140 if ((List[i] = _malloc_unlocked((size + WORDSIZE) * NPS)) == 0)
144 for (n = 0, np = List[i]; n < NPS; ++n) {
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmalloc.c107 #define NPS (WORDSIZE*8) macro
126 ASSERT((size + WORDSIZE) * NPS >= MINSIZE);
128 /* get NPS of these block types */
129 if ((np = malloc_unlocked((size + WORDSIZE)*NPS)) == NULL)
133 for (n = 0, List[i] = np; n < NPS; ++n) {
137 if (n == NPS - 1) {

Completed in 18 milliseconds