Lines Matching refs:HEAP_IRAM_ATTR

46 HEAP_IRAM_ATTR static void hex_to_str(char buf[8], uint32_t n)  in hex_to_str()
53 HEAP_IRAM_ATTR static void fmt_abort_str(char dest[48], size_t size, uint32_t caps) in fmt_abort_str()
70 HEAP_IRAM_ATTR static void *dram_alloc_to_iram_addr(void *addr, size_t len) in dram_alloc_to_iram_addr()
87 HEAP_IRAM_ATTR NOINLINE_ATTR static void heap_caps_alloc_failed(size_t requested_size, uint32_t cap… in heap_caps_alloc_failed()
121 HEAP_IRAM_ATTR static void *heap_caps_malloc_base( size_t size, uint32_t caps) in heap_caps_malloc_base()
195 HEAP_IRAM_ATTR void *heap_caps_malloc( size_t size, uint32_t caps){ in heap_caps_malloc()
220 HEAP_IRAM_ATTR void *heap_caps_malloc_default( size_t size ) in heap_caps_malloc_default()
253 HEAP_IRAM_ATTR void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default()
285 HEAP_IRAM_ATTR void *heap_caps_malloc_prefer( size_t size, size_t num, ... ) in heap_caps_malloc_prefer()
309 HEAP_IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer()
333 HEAP_IRAM_ATTR void *heap_caps_calloc_prefer( size_t n, size_t size, size_t num, ... ) in heap_caps_calloc_prefer()
360 HEAP_IRAM_ATTR static heap_t *find_containing_heap(void *ptr ) in find_containing_heap()
372 HEAP_IRAM_ATTR void heap_caps_free( void *ptr) in heap_caps_free()
397 HEAP_IRAM_ATTR static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base()
472 HEAP_IRAM_ATTR void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc()
488 HEAP_IRAM_ATTR static void *heap_caps_calloc_base( size_t n, size_t size, uint32_t caps) in heap_caps_calloc_base()
504 HEAP_IRAM_ATTR void *heap_caps_calloc( size_t n, size_t size, uint32_t caps) in heap_caps_calloc()
658 HEAP_IRAM_ATTR void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc()
711 HEAP_IRAM_ATTR void heap_caps_aligned_free(void *ptr) in heap_caps_aligned_free()