Lines Matching refs:chunk_plus_offset

2269 #define chunk_plus_offset(p, s)  ((mchunkptr)(((char*)(p)) + (s)))  macro
3249 assert(!pinuse(chunk_plus_offset(p, sz))); in do_check_top_chunk()
3262 assert(chunk_plus_offset(p, sz)->head == FENCEPOST_HEAD); in do_check_mmapped_chunk()
3263 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
3280 mchunkptr next = chunk_plus_offset(p, sz); in do_check_free_chunk()
3858 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD; in mmap_alloc()
3859 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3894 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD; in mmap_resize()
3895 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
3922 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()
3961 mchunkptr q = chunk_plus_offset(p, nb); in prepend_alloc()
3985 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
4010 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment()
4028 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
4042 mchunkptr tn = chunk_plus_offset(q, psize); in add_segment()
4256 mchunkptr r = m->top = chunk_plus_offset(p, nb); in sys_alloc()
4388 mchunkptr next = chunk_plus_offset(p, psize); in dispose_chunk()
4509 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_large()
4547 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_small()
4637 r = chunk_plus_offset(p, nb); in dlmalloc()
4666 mchunkptr r = gm->dv = chunk_plus_offset(p, nb); in dlmalloc()
4685 mchunkptr r = gm->top = chunk_plus_offset(p, nb); in dlmalloc()
4728 mchunkptr next = chunk_plus_offset(p, psize); in dlfree()
4844 mchunkptr next = chunk_plus_offset(p, oldsize); in try_realloc_chunk()
4853 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4864 mchunkptr newtop = chunk_plus_offset(p, nb); in try_realloc_chunk()
4877 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4878 mchunkptr n = chunk_plus_offset(r, dsize); in try_realloc_chunk()
4904 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk()
4976 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign()
5074 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
5091 p = chunk_plus_offset(p, size); in ialloc()
5585 r = chunk_plus_offset(p, nb); in mspace_malloc()
5614 mchunkptr r = ms->dv = chunk_plus_offset(p, nb); in mspace_malloc()
5633 mchunkptr r = ms->top = chunk_plus_offset(p, nb); in mspace_malloc()
5669 mchunkptr next = chunk_plus_offset(p, psize); in mspace_free()