Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:remainder

63        32 bytes plus the remainder from a system page (the minimal
3953 /* Allocate chunk and prepend remainder with chunk in successor base. */
3967 /* consolidate remainder with first chunk of old base */
4576 saving remainder in dv.
4845 if (rsize >= MIN_CHUNK_SIZE) { /* split off remainder */
4969 mchunkptr remainder = chunk_plus_offset(p, nb);
4971 set_inuse(m, remainder, remainder_size);
4972 dispose_chunk(m, remainder, remainder_size);