Lines Matching refs:chunk_plus_offset
1732 #define chunk_plus_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
2645 assert(chunk_plus_offset(p, sz)->head == FENCEPOST_HEAD); in do_check_mmapped_chunk()
2646 assert(chunk_plus_offset(p, sz+SIZE_T_SIZE)->head == 0); in do_check_mmapped_chunk()
2663 mchunkptr next = chunk_plus_offset(p, sz); in do_check_free_chunk()
3226 chunk_plus_offset(p, psize)->head = FENCEPOST_HEAD; in mmap_alloc()
3227 chunk_plus_offset(p, psize+SIZE_T_SIZE)->head = 0; in mmap_alloc()
3262 chunk_plus_offset(newp, psize)->head = FENCEPOST_HEAD; in mmap_resize()
3263 chunk_plus_offset(newp, psize+SIZE_T_SIZE)->head = 0; in mmap_resize()
3289 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()
3328 mchunkptr q = chunk_plus_offset(p, nb); in prepend_alloc()
3352 oldfirst = chunk_plus_offset(oldfirst, nsize); in prepend_alloc()
3378 mchunkptr tnext = chunk_plus_offset(sp, ssize); in add_segment()
3396 mchunkptr nextp = chunk_plus_offset(p, SIZE_T_SIZE); in add_segment()
3410 mchunkptr tn = chunk_plus_offset(q, psize); in add_segment()
3599 mchunkptr r = m->top = chunk_plus_offset(p, nb); in sys_alloc()
3774 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_large()
3813 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_small()
3842 mchunkptr next = chunk_plus_offset(oldp, oldsize); in internal_realloc()
3857 mchunkptr remainder = chunk_plus_offset(newp, nb); in internal_realloc()
3867 mchunkptr newtop = chunk_plus_offset(oldp, nb); in internal_realloc()
3967 mchunkptr remainder = chunk_plus_offset(p, nb); in internal_memalign()
4073 array_chunk = chunk_plus_offset(p, contents_size); in ialloc()
4090 p = chunk_plus_offset(p, size); in ialloc()
4188 r = chunk_plus_offset(p, nb); in dlmalloc()
4217 mchunkptr r = gm->dv = chunk_plus_offset(p, nb); in dlmalloc()
4236 mchunkptr r = gm->top = chunk_plus_offset(p, nb); in dlmalloc()
4277 mchunkptr next = chunk_plus_offset(p, psize); in dlfree()
4595 r = chunk_plus_offset(p, nb); in mspace_malloc()
4624 mchunkptr r = ms->dv = chunk_plus_offset(p, nb); in mspace_malloc()
4643 mchunkptr r = ms->top = chunk_plus_offset(p, nb); in mspace_malloc()
4678 mchunkptr next = chunk_plus_offset(p, psize); in mspace_free()