Home
last modified time | relevance | path

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

/external/u-boot/common/
Ddlmalloc.c409 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
756 mchunkptr next = chunk_at_offset(p, sz);
1076 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
1152 chunk_at_offset(old_top, old_top_size )->size =
1154 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
1339 remainder = chunk_at_offset(victim, nb);
1402 remainder = chunk_at_offset(victim, nb);
1476 top = chunk_at_offset(victim, nb);
1548 next = chunk_at_offset(p, sz);
1558 p = chunk_at_offset(p, -((long) prevsz));
[all …]
Ddlmalloc.src1328 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s)))
1621 mchunkptr next = chunk_at_offset(p, sz);
1941 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
2017 chunk_at_offset(old_top, old_top_size )->size =
2019 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
2193 remainder = chunk_at_offset(victim, nb);
2256 remainder = chunk_at_offset(victim, nb);
2330 top = chunk_at_offset(victim, nb);
2396 next = chunk_at_offset(p, sz);
2406 p = chunk_at_offset(p, -((long) prevsz));
[all …]