Lines Matching refs:chunk_plus_offset
2284 #define chunk_plus_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
3247 assert(!pinuse(chunk_plus_offset(p, sz))); in do_check_top_chunk()
3260 assert(chunk_plus_offset(p, sz)->head == FENCEPOST_HEAD); in do_check_mmapped_chunk()
3261 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
3278 mchunkptr next = chunk_plus_offset(p, sz); in do_check_free_chunk()
3854 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD; in mmap_alloc()
3855 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3890 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD; in mmap_resize()
3891 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
3918 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()
3957 mchunkptr q = chunk_plus_offset(p, nb); in prepend_alloc()
3981 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
4006 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment()
4024 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
4038 mchunkptr tn = chunk_plus_offset(q, psize); in add_segment()
4244 mchunkptr r = m->top = chunk_plus_offset(p, nb); in sys_alloc()
4376 mchunkptr next = chunk_plus_offset(p, psize); in dispose_chunk()
4497 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_large()
4535 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_small()
4625 r = chunk_plus_offset(p, nb); in dlmalloc()
4654 mchunkptr r = gm->dv = chunk_plus_offset(p, nb); in dlmalloc()
4673 mchunkptr r = gm->top = chunk_plus_offset(p, nb); in dlmalloc()
4724 mchunkptr next = chunk_plus_offset(p, psize); in dlfree()
4835 mchunkptr next = chunk_plus_offset(p, oldsize); in try_realloc_chunk()
4844 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4855 mchunkptr newtop = chunk_plus_offset(p, nb); in try_realloc_chunk()
4868 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4869 mchunkptr n = chunk_plus_offset(r, dsize); in try_realloc_chunk()
4895 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4971 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign()
5072 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
5089 p = chunk_plus_offset(p, size); in ialloc()
5582 r = chunk_plus_offset(p, nb); in mspace_malloc()
5611 mchunkptr r = ms->dv = chunk_plus_offset(p, nb); in mspace_malloc()
5630 mchunkptr r = ms->top = chunk_plus_offset(p, nb); in mspace_malloc()
5666 mchunkptr next = chunk_plus_offset(p, psize); in mspace_free()