Home
last modified time | relevance | path

Searched refs:make_free_chunk (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dnano-memalign.c93 make_free_chunk(chunk_p, offset); in memalign()
105 make_free_chunk(chunk_after(chunk_p), offset); in memalign()
Dnano-realloc.c121 make_free_chunk(chunk_after(p_to_realloc), extra); in realloc()
Dnano-malloc.h221 make_free_chunk(chunk_t *c, size_t size) in make_free_chunk() function
Dnano-malloc.c120 make_free_chunk((chunk_t *) (heap + MALLOC_HEAD), add_size); in __malloc_grow_chunk()