Searched refs:heap (Results 1 – 18 of 18) sorted by relevance
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/syscalls/gcc/ |
H A D | syscalls.c | 77 static unsigned char *heap = NULL; in _sbrk() local 81 if (heap == NULL) { in _sbrk() 82 heap = (unsigned char *)&_end; in _sbrk() 84 prev_heap = heap; in _sbrk() 90 heap += incr; in _sbrk()
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | main.c | 115 static unsigned char *heap = NULL; in _sbrk() local 118 if (heap == NULL) { in _sbrk() 119 heap = (unsigned char *)&_end; in _sbrk() 121 prev_heap = heap; in _sbrk() 122 heap += incr; in _sbrk()
|
H A D | linker_script_gcc.ld | 126 .heap : { 131 KEEP (*(.heap))
|
/btstack/port/stm32-l451-miromico-sx1280/ |
H A D | STM32L451REIx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 57 /* Generate a link error if heap and stack don't fit into RAM */ 58 _Min_Heap_Size = 0x200; /* required amount of heap */
|
/btstack/port/stm32-f4discovery-cc256x/ |
H A D | STM32F407VGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 57 /* Generate a link error if heap and stack don't fit into RAM */ 58 _Min_Heap_Size = 0x200; /* required amount of heap */
|
/btstack/port/stm32-f4discovery-usb/ |
H A D | STM32F407VGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 57 /* Generate a link error if heap and stack don't fit into RAM */ 58 _Min_Heap_Size = 0x200; /* required amount of heap */
|
/btstack/port/stm32-l073rz-nucleo-em9304/ |
H A D | STM32L073RZTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 57 /* Generate a link error if heap and stack don't fit into RAM */ 58 _Min_Heap_Size = 0x200; /* required amount of heap */
|
/btstack/port/stm32-l476rg-nucleo-sx1280/ |
H A D | STM32L476RGTx_FLASH.ld | 12 ** Set heap size, stack size and stack location according 57 /* Generate a link error if heap and stack don't fit into RAM */ 58 _Min_Heap_Size = 0x200; /* required amount of heap */
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/script/ |
H A D | fsp.ld | 451 …/* Place the FreeRTOS heap here so that the __HeapLimit calculation does not include the freertos … 452 KEEP(*(.heap.*)) 466 .heap (NOLOAD): 470 /* Place the STD heap here. */ 471 KEEP(*(.heap))
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/linker_scripts/samv71/samv71q21/gcc/ |
H A D | flash.ld | 160 /* heap section */ 161 .heap (NOLOAD):
|
H A D | sram.ld | 152 /* heap section */ 153 .heap (NOLOAD):
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 23 source heap/pool/etc.). As a consequence, applications can't test pbuf->type any more. 222 * DNS_LOCAL_HOSTLIST_IS_DYNAMIC uses a memp pool instead of the heap, so 225 * Snmp-agent uses a memp pools instead of the heap, so MEMP_NUM_SNMP_* have 228 * PPPoE uses a MEMP pool instead of the heap, so MEMP_NUM_PPPOE_INTERFACES 239 * The heap now may be moved to user-defined memory by defining
|
H A D | CHANGELOG | 1535 instead of the heap (moved struct pppoe_softc from ppp_oe.c to ppp_oe.h) 1539 MEMP pool instead of the heap 1698 * snmp: Use memp pools for snmp instead of the heap; added 4 new pools. 1705 * mem.c: The heap now may be moved to user-defined memory by defining 2676 or heap memory from interrupt context 3056 heap. This both prevents memory fragmentation and gives a higher speed 3641 for the heap. This fixes bug #19167. 4436 allocating memory from a shared heap, memory for objects that are 4439 heap is still present but is used less frequently.
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/script/ |
H A D | s1ja.ld | 247 .heap (NOLOAD): 253 KEEP(*(.heap*))
|
/btstack/port/stm32-wb55xx-nucleo-freertos/ |
H A D | stm32wb55xx_flash_cm4.ld | 51 /* Generate a link error if heap and stack don't fit into RAM */ 52 _Min_Heap_Size = 0x400; /* required amount of heap */
|
/btstack/port/renesas-ek-ra6m4a-da14531/ |
H A D | README.md | 30 // printf allocates memory from the heap
|
/btstack/platform/corefoundation/ |
H A D | btstack_run_loop_corefoundation.m | 141 // store CFSocketRef and CFRunLoopSource in struct on heap
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 652 allocated from the heap or in FLASH) and cannot be used to create another SDP
|