Searched defs:remainder (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c63 32 bytes plus the remainder from a system page (the minimal
3955 /* Allocate chunk and prepend remainder with chunk in successor base. */
3969 /* consolidate remainder with first chunk of old base */
4578 saving remainder in dv.
4847 if (rsize >= MIN_CHUNK_SIZE) { /* split off remainder */
4971 mchunkptr remainder = chunk_plus_offset(p, nb); local
4973 set_inuse(m, remainder, remainder_size);
4974 dispose_chunk(m, remainder, remainder_size);

Completed in 914 milliseconds