Searched refs:current_space (Results 1 – 3 of 3) sorted by relevance
109 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in objalloc_create()126 if (len <= o->current_space) in _objalloc_alloc()129 o->current_space -= len; in _objalloc_alloc()161 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE; in _objalloc_alloc()259 o->current_space = ((char *) p + CHUNK_SIZE) - b; in objalloc_free_block()291 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr; in objalloc_free_block()
47 unsigned int current_space; member94 (__len <= __o->current_space \96 __o->current_space -= __len, \
609 static sd_chain_struct *current_space; variable1248 if (current_space == label_chain->lss_space && label_chain->lss_label) in pa_get_label()1278 label_chain->lss_space = current_space;1307 && current_space == label_chain->lss_space && label_chain->lss_label in pa_undefine_label()6324 current_space = is_defined_space ("$TEXT$");6326 = pa_subsegment_to_subspace (current_space->sd_seg, 0);6339 current_space = is_defined_space ("$PRIVATE$");6341 = pa_subsegment_to_subspace (current_space->sd_seg, 0);7163 if (current_space == NULL) in pa_check_current_space_and_subspace()7324 current_space = sd_chain;[all …]