Home
last modified time | relevance | path

Searched refs:heap (Results 101 – 125 of 130) sorted by relevance

123456

/Zephyr-latest/subsys/net/lib/coap/
DKconfig236 bool "System heap allocator"
/Zephyr-latest/doc/services/crypto/
Dpsa_crypto.rst164 * Clearing temporary buffers in the stack or on the heap.
/Zephyr-latest/doc/services/zbus/
Dindex.rst851 It is possible to add observers to channels in runtime. This feature uses the heap to allocate the
852 nodes dynamically. The heap size limits the number of dynamic observers zbus can create. Therefore,
854 adjust the heap size by changing the configuration :kconfig:option:`CONFIG_HEAP_MEM_POOL_SIZE`. The
926 * :kconfig:option:`CONFIG_ZBUS_MSG_SUBSCRIBER_BUF_ALLOC_DYNAMIC` uses the heap to allocate message
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dace-link.ld527 /* Heap start and end markers. Used to reserve system heap memory. */
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst40 * The system heap size and its availability is now determined by a ``K_HEAP_MEM_POOL_SIZE``
42 can specify their own custom system heap size requirements by specifying Kconfig options with
Drelease-notes-1.12.rst82 * newlib: fix heap user mode access for MPU devices
418 * :github:`6288` - better heap APIs for user mode
541 * :github:`6972` - RFC: kernel heap requests on behalf of syscalls
Drelease-notes-2.3.rst19 * A new k_heap/sys_heap heap allocator has been introduced, with much better
188 heap backend and will be deprecated in an upcoming release. The
830 * :github:`25437` - tests/lib/heap: sanitycheck timeout on STM32 boards
1049 * :github:`24089` - Zephyr/Openthread/MBEDTLS heap size/usage
Drelease-notes-2.5.rst146 sys_heap/k_heaps. Note that the new-style heap is a general
966 * :github:`21033` - Read out heap space used and unallocated
1077 * :github:`31648` - [Coverity CID :216800] Operands don't affect result in lib/os/heap.c
1110 * :github:`31524` - littlefs: Too small heap for file cache.
1384 * :github:`29954` - intel_adsp_cavs18 fails with heap errors on current Zephyr
Drelease-notes-3.1.rst915 * ``shared-multi-heap``
993 allows user to select whether the heap will be used for flash image context,
994 when heap pool is configured. Previously usage of heap has been implicit,
1949 * :github:`36905` - Improve (k\_)malloc and heap documentation
Drelease-notes-3.5.rst912 * Added support for statically allocated socketpairs (in case no heap is available).
2180 the heap.
2184 * ZBus runtime observers now rely on the heap instead of a memory pool.
Drelease-notes-2.6.rst1047 * Testcases of memory protection, userspace and memory heap.
1319 * :github:`34748` - Native posix: Segmentation fault in case of allocations without explicit heap a…
1643 * :github:`33339` - API/functions to get remaining free heap size
2058 * :github:`30055` - Memory corruption for newlib-nano with float printf and disabled heap
2151 * :github:`21033` - Read out heap space used and unallocated
Drelease-notes-3.0.rst719 optimise mbed TLS heap usage.
1318 * :github:`36962` - littlefs: Too small heap for file cache (again).
Drelease-notes-1.10.rst46 * add k_calloc() which uses kernel heap to implement traditional calloc()
Drelease-notes-2.1.rst783 * :github:`18990` - C++ New allocates memory from kernel heap
Drelease-notes-3.6.rst696 * Fixed esp32 driver. Decreased minimum heap size, disabled automatic reconnection on leaving.
/Zephyr-latest/doc/security/
Dsecure-coding.rst211 mitigate linear stack/heap buffer overflows, non-linear out of bound writes,
Dvulnerabilities.rst707 * That leads to heap overflow.
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig348 bool "Use heap for allocating socketpairs"
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst481 guidelines heavily discourage usage of heap and the fact that a resource pool is
583 #. Any error resulting from a failed memory heap allocation, often from
/Zephyr-latest/doc/services/llext/
Ddebug.rst76 area of the ELF buffer or the LLEXT heap.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_8.rst402 path on a target device. Note that kernel heap memory is required for buffers to
/Zephyr-latest/soc/espressif/esp32/
Ddefault.ld759 /* Buffer for system heap should be placed in dram0_0_seg */
/Zephyr-latest/soc/espressif/esp32s2/
Ddefault.ld116 /* Used as a pointer to the heap end */
/Zephyr-latest/cmake/linker/iar/
Dconfig_file_script.cmake276 set(${STRING_STRING} "${${STRING_STRING}}\"DLib heap\": place in RAM { block HEAP };\n")
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp1187 and/or debug heap memory used by the driver.

123456