HomeSort by relevance Sort by last modified time
    Searched refs:heap_end (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/platform/stm32/misc/
showsizes.sh 13 heap_end=$(getvar $1 __heap_end)
14 heap_sz=$(($heap_end-$heap_start))
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 50 UINT16 heap_end; member in struct:setup_header
  /external/avb/examples/uefi/
uefi_avb_boot.c 62 UINT16 heap_end; member in struct:SetupHeader
  /art/runtime/gc/
heap.cc 480 // Add the space so its accounted for in the heap_begin and heap_end.
506 uint8_t* heap_end = continuous_spaces_.back()->Limit(); local
507 size_t heap_capacity = heap_end - heap_begin;
    [all...]

Completed in 169 milliseconds