Searched refs:heapsize (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/coda/
H A Dcoda_io.h59 struct coda_resize { int hashsize, heapsize; }; member in struct:coda_resize
H A Dcoda_namecache.c671 coda_nc_resize(int hashsize, int heapsize, enum dc_status dcstat) argument
673 if ((hashsize % 2) || (heapsize % 2)) { /* Illegal hash or cache sizes */
686 coda_nc_size = heapsize;
H A Dcoda_psdev.c400 return(coda_nc_resize(data->hashsize, data->heapsize, IS_DOWNCALL));
/netbsd-current/external/gpl2/libmalloc/dist/
H A Dmalloc.c43 static __malloc_size_t heapsize; variable
99 heapsize = HEAP / BLOCKSIZE;
100 _heapinfo = (malloc_info *) align (heapsize * sizeof (malloc_info));
103 memset (_heapinfo, 0, heapsize * sizeof (malloc_info));
110 _bytes_used = heapsize * sizeof (malloc_info);
133 if ((__malloc_size_t) BLOCK ((char *) result + size) > heapsize)
135 newsize = heapsize;
144 memcpy (newinfo, _heapinfo, heapsize * sizeof (malloc_info));
145 memset (&newinfo[heapsize], 0,
146 (newsize - heapsize) * sizeo
[all...]
H A Dgmalloc.c389 static __malloc_size_t heapsize; variable
445 heapsize = HEAP / BLOCKSIZE;
446 _heapinfo = (malloc_info *) align (heapsize * sizeof (malloc_info));
449 memset (_heapinfo, 0, heapsize * sizeof (malloc_info));
456 _bytes_used = heapsize * sizeof (malloc_info);
479 if ((__malloc_size_t) BLOCK ((char *) result + size) > heapsize)
481 newsize = heapsize;
490 memcpy (newinfo, _heapinfo, heapsize * sizeof (malloc_info));
491 memset (&newinfo[heapsize], 0,
492 (newsize - heapsize) * sizeo
[all...]
/netbsd-current/sys/arch/ia64/stand/efi/libefi/
H A Defi.c45 static UINTN heapsize; variable
82 BS->FreePages(heap, EFI_SIZE_TO_PAGES(heapsize));
100 heapsize = 512*1024;
102 EFI_SIZE_TO_PAGES(heapsize), &heap);
106 setheap((void *)heap, (void *)(heap + heapsize));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc2595 uint64_t heapsize = (uint64_t) packets->getULongValue (PROP_HSIZE, i); local
2600 heapsize = (uint64_t) packets->getULongValue (PROP_HOVADDR, i);
2617 (int) heaptype, typestr, (long long unsigned int) heapsize,
2618 (long long unsigned int) heapsize,

Completed in 265 milliseconds