Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc.c188 void *blob = __malloc_sbrk_aligned(alloc_size); in malloc() local
191 if (blob == (void *)-1) in malloc()
197 r = blob_to_chunk(blob); in malloc()
Dnano-malloc.h166 blob_to_chunk(void *blob) in blob_to_chunk() argument
168 return (chunk_t *) ((char *) blob + MALLOC_HEAD); in blob_to_chunk()