Searched refs:space (Results 1 – 3 of 3) sorted by relevance
16 This is not the fastest, most space-conserving, most portable, or29 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 space951 /* resrve 64MB to insure large contiguous space */1326 /* Treat space at ptr + offset as a chunk */2475 * Extending into newly sbrked space[all …]
160 int space; in var_complete() local162 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()
50 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