OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heapsize
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/coda/
coda_io.h
59
struct coda_resize { int hashsize,
heapsize
; };
member in struct:coda_resize
coda_namecache.c
671
coda_nc_resize(int hashsize, int
heapsize
, enum dc_status dcstat)
673
if ((hashsize % 2) || (
heapsize
% 2)) { /* Illegal hash or cache sizes */
686
coda_nc_size =
heapsize
;
coda_psdev.c
400
return(coda_nc_resize(data->hashsize, data->
heapsize
, IS_DOWNCALL));
/src/sys/arch/ia64/stand/efi/libefi/
efi.c
45
static UINTN
heapsize
;
variable in typeref:typename:UINTN
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
));
Completed in 44 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025