Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Amount

4437 "  The `pad' argument to malloc_trim represents the amount of free\n" +
4439 " only the minimum amount of memory to maintain internal data\n" +
4478 " Prints on stderr the amount of space obtained from the system (both\n" +
4479 " via sbrk and mmap), the maximum amount (which may be more than\n" +
4541 " M_TRIM_THRESHOLD is the maximum amount of unused top-most memory\n" +
4607 " M_TOP_PAD is the amount of extra `padding' space to allocate or\n" +
4617 " In both cases, the actual amount of padding is rounded\n" +
6590 " long top_size; /* Amount of top-most memory */\n" +
6591 " long extra; /* Amount to release */\n" +
6592 " long released; /* Amount actually released */\n" +