Home
last modified time | relevance | path

Searched defs:heap_end (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
H A Dsyscalls.c143 static char * heap_end; in _sbrk() local
/aosp_15_r20/external/avb/examples/uefi/
H A Duefi_avb_boot.c62 UINT16 heap_end; member
/aosp_15_r20/external/ltp/testcases/kernel/kvm/
H A Dlib_guest.c15 static char *heap_end = kvm_heap_begin; variable
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc716 uint8_t* heap_end = continuous_spaces_.back()->Limit(); in Heap() local