![]()
![]()
#include <stdlib.h>
![]()
![]()
#include <stdint.h>
![]()
![]()
#include <soc/soc_memory_layout.h>
![]()
![]()
#include "multi_heap.h"
![]()
![]()
#include "multi_heap_platform.h"
![]()
![]()
#include "sys/queue.h"
![]()
![]()
#include "esp_attr.h"
![]()
![]()
#define HEAP_SIZE_MAX
![]()
![]()
heap_t_
![]()
![]()
caps
![]()
![]()
start
![]()
![]()
end
![]()
![]()
heap_mux
![]()
![]()
heap
![]()
![]()
<anonymous struct>
![]()
![]()
sle_next
![]()
![]()
next
![]()
![]()
registered_heaps;
![]()
![]()
registered_heap_ll
![]()
![]()
slh_first
![]()
![]()
heap_caps_match(const heap_t *, uint32_t);
![]()
![]()
get_all_caps(const heap_t *)
![]()
![]()
if
(heap->heap == NULL)
![]()
![]()
for
(int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++)
![]()
![]()
find_containing_heap(void *)
![]()
![]()
SLIST_FOREACH
(heap, ®istered_heaps, next)
![]()
![]()
if
(heap->heap != NULL && p >= heap->start && p < heap->end)
![]()
![]()
heap_caps_realloc_default(void *, size_t);
![]()
![]()
heap_caps_malloc_default(size_t);
![]()
![]()
heap_caps_aligned_alloc_default(size_t, size_t);
![]()
![]()
heap_caps_realloc_base(void *, size_t, uint32_t);
![]()
![]()
heap_caps_calloc_base(size_t, size_t, uint32_t);
![]()
![]()
heap_caps_malloc_base(size_t, uint32_t);
![]()
![]()
heap_caps_aligned_alloc_base(size_t, size_t, uint32_t);