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