Functions§
- aligned_
alloc ⚠ - calloc⚠
- free⚠
- free_
sized ⚠ - The free function with an extra parameter for passing the size requested at allocation time.
- malloc⚠
- malloc_
object_ ⚠size - return an upper bound on object size for any pointer based on malloc metadata
- malloc_
object_ ⚠size_ fast - similar to malloc_object_size, but avoiding locking so the results are much more limited
- posix_
memalign ⚠ - realloc⚠