Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmallocr.c1430 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
1776 mchunkptr next = chunk_at_offset(p, sz);
2124 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
2210 chunk_at_offset(old_top, old_top_size )->size =
2212 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
2409 remainder = chunk_at_offset(victim, nb);
2474 remainder = chunk_at_offset(victim, nb);
2565 top = chunk_at_offset(victim, nb);
2643 next = chunk_at_offset(p, sz);
2653 p = chunk_at_offset(p, -prevsz);
[all …]