allocsize
int allocsize;
allocsize = ALIGN(sizeof(struct stack_block)) + ALIGN(nbytes);
sp = ckmalloc(allocsize);
stacknleft = allocsize - (stacknxt - (char*)sp);
int numzones, objsize, allocsize, ret;
allocsize = objsize * memstat_malloc_zone_count;
kmemzones = malloc(allocsize);
ret = kread_symbol(kvm, X_KMEMZONES, kmemzones, allocsize, 0);
cp = malloc(allocsize(len));
(int)allocsize(ep->e_namlen), fd);
stroff += allocsize(ep->e_namlen);
unsigned int bufsize, allocsize;
if (bufsize > b->allocsize ||
bufsize < (b->allocsize >> SNDBUF_CACHE_SHIFT)) {
allocsize = round_page(bufsize);
tmpbuf = malloc(allocsize, M_DEVBUF, M_WAITOK);
b->allocsize, allocsize, bufsize);
b->allocsize = allocsize;
__func__, b, b->allocsize, b->bufsize);
unsigned int bufsize, allocsize;
if (bufsize > b->allocsize ||
bufsize < (b->allocsize >> SNDBUF_CACHE_SHIFT)) {
allocsize = round_page(bufsize);
buf = malloc(allocsize, M_DEVBUF, M_WAITOK);
tmpbuf = malloc(allocsize, M_DEVBUF, M_WAITOK);
shadbuf = malloc(allocsize, M_DEVBUF, M_WAITOK);
__func__, b, b->allocsize, allocsize, bufsize);
b->allocsize = allocsize;
__func__, b, b->allocsize, b->bufsize);
unsigned int bufsize, maxsize, allocsize;
(*offset + size) > c->bufsoft->allocsize ||
bus_size_t allocsize;
allocsize = round_page(segs[i].ds_len +
error = vmem_xalloc(window->map->vmem, allocsize,
for (j = 0; j < allocsize; j += PAGE_SIZE) {