Searched refs:blob (Results 1 – 2 of 2) sorted by relevance
188 void *blob = __malloc_sbrk_aligned(alloc_size); in malloc() local191 if (blob == (void *)-1) in malloc()197 r = blob_to_chunk(blob); in malloc()
166 blob_to_chunk(void *blob) in blob_to_chunk() argument168 return (chunk_t *) ((char *) blob + MALLOC_HEAD); in blob_to_chunk()