Changes in uspace/lib/c/generic/malloc.c [3e6a98c5:21799398] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/malloc.c
r3e6a98c5 r21799398 67 67 /** Heap shrink granularity 68 68 * 69 * Try not to pump and stress the heap to much69 * Try not to pump and stress the heap too much 70 70 * by shrinking and enlarging it too often. 71 * A heap area won't shr unk if itthe released71 * A heap area won't shrink if the released 72 72 * free block is smaller than this constant. 73 73 *
Note:
See TracChangeset
for help on using the changeset viewer.