Home
last modified time | relevance | path

Searched refs:space (Results 1 – 3 of 3) sorted by relevance

/common/
A Ddlmalloc.src16 This is not the fastest, most space-conserving, most portable, or
29 if no space is available.
594 int arena; /* total space allocated from system */
598 int hblkhd; /* total space in mmapped regions */
601 int uordblks; /* total allocated space */
602 int fordblks; /* total non-inuse space */
727 Segregating space in this way has the benefit that mmapped space
951 /* resrve 64MB to insure large contiguous space */
1326 /* Treat space at ptr + offset as a chunk */
2475 * Extending into newly sbrked space
[all …]
A Dcommand.c160 int space; in var_complete() local
162 space = last_char == '\0' || isblank(last_char); in var_complete()
164 if (space && argc == 1) in var_complete()
168 if (!space && argc == 2) in var_complete()
/common/spl/
A DKconfig50 bool "SPL image size check: provide space for global data"
59 bool "SPL image size check: provide space for malloc() pool before relocation"
68 hex "SPL image size check: provide stack space before relocation"
659 in SPL, if space for the SPL binary is very tight.
1006 Use this only if you need to save space.
1422 unless there are space reasons not to. Even then, consider

Completed in 13 milliseconds