OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
efiboot.c
46
static EFI_PHYSICAL_ADDRESS
heap_start
= EFI_ALLOCATE_MAX_ADDRESS;
variable
156
EfiLoaderData, sz, &
heap_start
);
160
setheap((void *)(UINTN)
heap_start
,
161
(void *)(UINTN)(
heap_start
+ heap_size));
/src/sys/stand/efiboot/
efiboot.c
58
static EFI_PHYSICAL_ADDRESS
heap_start
;
variable
78
status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &
heap_start
);
81
setheap((void *)(uintptr_t)
heap_start
, (void *)(uintptr_t)(
heap_start
+ heap_size));
Completed in 14 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026