Lines Matching defs:ptr
55 void *ptr = k_malloc(size); in heap_caps_malloc_base() local
86 static void *heap_caps_realloc_base( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc_base()
97 void *heap_caps_realloc( void *ptr, size_t size, uint32_t caps) in heap_caps_realloc()
102 void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default()
107 void *heap_caps_realloc_prefer( void *ptr, size_t size, size_t num, ... ) in heap_caps_realloc_prefer()
112 void heap_caps_free( void *ptr) in heap_caps_free()
130 void *ptr = heap_caps_calloc_base(n, size, caps); in heap_caps_calloc() local
204 size_t heap_caps_get_allocated_size( void *ptr ) in heap_caps_get_allocated_size()
211 void *ptr = k_aligned_alloc(alignment, size); in heap_caps_aligned_alloc() local
220 void heap_caps_aligned_free(void *ptr) in heap_caps_aligned_free()
232 void *ptr = heap_caps_aligned_alloc(alignment, size_bytes, caps); in heap_caps_aligned_calloc() local