Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 18 of 18) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/syscalls/gcc/
H A Dsyscalls.c77 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 Dmain.c115 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 Dlinker_script_gcc.ld126 .heap : {
131 KEEP (*(.heap))
/btstack/port/stm32-l451-miromico-sx1280/
H A DSTM32L451REIx_FLASH.ld12 ** 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 DSTM32F407VGTx_FLASH.ld12 ** 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 DSTM32F407VGTx_FLASH.ld12 ** 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 DSTM32L073RZTx_FLASH.ld12 ** 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 DSTM32L476RGTx_FLASH.ld12 ** 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 Dfsp.ld451 …/* 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 Dflash.ld160 /* heap section */
161 .heap (NOLOAD):
H A Dsram.ld152 /* heap section */
153 .heap (NOLOAD):
/btstack/3rd-party/lwip/core/
H A DUPGRADING23 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 DCHANGELOG1535 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 Ds1ja.ld247 .heap (NOLOAD):
253 KEEP(*(.heap*))
/btstack/port/stm32-wb55xx-nucleo-freertos/
H A Dstm32wb55xx_flash_cm4.ld51 /* 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 DREADME.md30 // printf allocates memory from the heap
/btstack/platform/corefoundation/
H A Dbtstack_run_loop_corefoundation.m141 // store CFSocketRef and CFRunLoopSource in struct on heap
/btstack/doc/manual/docs-template/
H A Dprotocols.md652 allocated from the heap or in FLASH) and cannot be used to create another SDP