Changeset ba0aa6f in mainline
- Timestamp:
- 2009-07-29T12:09:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88d653c
- Parents:
- 5e73815
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/malloc.c
r5e73815 rba0aa6f 411 411 block_check(next_head); 412 412 block_init(head, head->size + next_head->size, false); 413 split_mark(head, ALIGN_UP(size, BASE_ALIGN));413 split_mark(head, real_size); 414 414 415 415 ptr = ((void *) head) + sizeof(heap_block_head_t);
Note:
See TracChangeset
for help on using the changeset viewer.