Lines Matching defs:ptr
197 void* ptr = heap_caps_malloc_base(size, caps); in heap_caps_malloc() local
253 HEAP_IRAM_ATTR void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default()
309 HEAP_IRAM_ATTR void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_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()
506 void* ptr = heap_caps_calloc_base(n, size, caps); in heap_caps_calloc() local
650 size_t heap_caps_get_allocated_size( void *ptr ) in heap_caps_get_allocated_size()
711 HEAP_IRAM_ATTR void heap_caps_aligned_free(void *ptr) in heap_caps_aligned_free()
723 void *ptr = heap_caps_aligned_alloc(alignment,size_bytes, caps); in heap_caps_aligned_calloc() local