Home
last modified time | relevance | path

Searched refs:remainder_size (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3937 size_t remainder_size = size - nb; in internal_memalign() local
3940 set_inuse(m, remainder, remainder_size); in internal_memalign()
3982 size_t remainder_size; /* remaining bytes while splitting */ in ialloc() local
4033 remainder_size = chunksize(p); in ialloc()
4038 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()
4045 array_chunk_size = remainder_size - contents_size; in ialloc()
4048 remainder_size = contents_size; in ialloc()
4059 remainder_size -= size; in ialloc()
4064 set_size_and_pinuse_of_inuse_chunk(m, p, remainder_size); in ialloc()
4073 assert(remainder_size == element_size); in ialloc()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4537 size_t remainder_size = size - nb; in internal_memalign() local
4540 set_inuse(m, remainder, remainder_size); in internal_memalign()
4582 size_t remainder_size; /* remaining bytes while splitting */ in ialloc() local
4634 remainder_size = chunksize(p); in ialloc()
4639 memset((size_t*)mem, 0, remainder_size - SIZE_T_SIZE - array_size); in ialloc()
4646 array_chunk_size = remainder_size - contents_size; in ialloc()
4649 remainder_size = contents_size; in ialloc()
4660 remainder_size -= size; in ialloc()
4665 set_size_and_pinuse_of_inuse_chunk(m, p, remainder_size); in ialloc()
4674 assert(remainder_size == element_size); in ialloc()
[all …]