Home
last modified time | relevance | path

Searched refs:ptr_to_chunk (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dnano-memalign.c76 chunk_p = ptr_to_chunk(allocated); in memalign()
90 chunk_t *new_chunk_p = ptr_to_chunk(aligned_p); in memalign()
Dnano-malloc-usable-size.c34 return chunk_usable(ptr_to_chunk(ptr)); in malloc_usable_size()
Dnano-free.c48 p_to_free = ptr_to_chunk(free_p); in free()
Dnano-realloc.c56 chunk_t *p_to_realloc = ptr_to_chunk(ptr); in realloc()
Dnano-malloc.h152 ptr_to_chunk(void * ptr) in ptr_to_chunk() function