HomeSort by: relevance | last modified time | path
    Searched defs:obtain (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
ralloc.c 222 obtain does not try to keep track of whether space is in use
224 fall within a single heap. If you call obtain twice in a row
233 obtain (address, size)
395 || ! (new_bloc->data = obtain (break_value, size)))
439 not presently available in our reserve, call obtain for
480 address = obtain (address, s);
722 /* Obtain SIZE bytes of storage from the free pool, or the system, as
766 /* If not found, obtain more space. */
771 if (r_alloc_freeze_level > 0 || ! obtain (address, get))
230 obtain (address, size) function
ralloc.c 222 obtain does not try to keep track of whether space is in use
224 fall within a single heap. If you call obtain twice in a row
233 obtain (address, size)
395 || ! (new_bloc->data = obtain (break_value, size)))
439 not presently available in our reserve, call obtain for
480 address = obtain (address, s);
722 /* Obtain SIZE bytes of storage from the free pool, or the system, as
766 /* If not found, obtain more space. */
771 if (r_alloc_freeze_level > 0 || ! obtain (address, get))
230 obtain (address, size) function

Completed in 45 milliseconds