Changeset 1724745f in mainline for uspace/lib/libc/generic/malloc.c
- Timestamp:
- 2009-08-08T12:19:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42cfd91
- Parents:
- e49b57b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/malloc.c
re49b57b2 r1724745f 392 392 if (orig_size - real_size >= STRUCT_OVERHEAD) { 393 393 /* Split the original block to a full block 394 and a t ailing free block */394 and a trailing 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.