Home
last modified time | relevance | path

Searched defs:__HEAP_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/mdk/
Dcompiler_abstraction.h112 #define __HEAP_ATTRIBUTES(align) macro
185 … #define __HEAP_ATTRIBUTES(align) __attribute__ ((aligned(1 << align), used, section(".heap"))); macro
273 … #define __HEAP_ATTRIBUTES(align) __attribute__ ((aligned(1 << align), used, section(".heap"))); macro
353 … #define __HEAP_ATTRIBUTES(align) __attribute__ ((aligned(1 << align), used, section(".heap"))); macro
438 #define __HEAP_ATTRIBUTES(align) macro