Changes in uspace/lib/libc/generic/malloc.c [1724745f:ba0aa6f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/malloc.c
r1724745f rba0aa6f 392 392 if (orig_size - real_size >= STRUCT_OVERHEAD) { 393 393 /* Split the original block to a full block 394 and a t railing free block */394 and a tailing free block */ 395 395 block_init((void *) head, real_size, false); 396 396 block_init((void *) head + real_size,
Note:
See TracChangeset
for help on using the changeset viewer.