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

  /device/google/contexthub/firmware/misc/platform/stm32f4xx/
showsizes.sh 13 heap_end=$(getvar $1 __heap_end)
  /device/google/contexthub/firmware/misc/variant/common/
stm32f4xx.os.lkr 69 __heap_end = ORIGIN(ram) + LENGTH(ram);
  /device/google/contexthub/firmware/src/
heap.c 53 extern uint8_t __heap_end[], __heap_start[];
55 #define ALIGNED_HEAP_END (uint8_t*)(((uintptr_t)&__heap_end) &~ 7)

Completed in 205 milliseconds