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

  /src/external/gpl2/libmalloc/dist/
ralloc.c 155 struct bp *first_bloc;
191 static bloc_ptr first_bloc, last_bloc;
285 new_heap->first_bloc = NIL_BLOC;
339 if (last_heap->first_bloc != NIL_BLOC
370 register bloc_ptr p = first_bloc;
417 if (heap->first_bloc == NIL_BLOC)
418 heap->first_bloc = new_bloc;
421 if (first_bloc)
429 first_bloc = last_bloc = new_bloc;
548 heap->first_bloc = NIL_BLOC
153 struct bp *first_bloc; member in struct:heap
189 static bloc_ptr first_bloc, last_bloc; variable
    [all...]
ralloc.c 155 struct bp *first_bloc;
191 static bloc_ptr first_bloc, last_bloc;
285 new_heap->first_bloc = NIL_BLOC;
339 if (last_heap->first_bloc != NIL_BLOC
370 register bloc_ptr p = first_bloc;
417 if (heap->first_bloc == NIL_BLOC)
418 heap->first_bloc = new_bloc;
421 if (first_bloc)
429 first_bloc = last_bloc = new_bloc;
548 heap->first_bloc = NIL_BLOC
153 struct bp *first_bloc; member in struct:heap
189 static bloc_ptr first_bloc, last_bloc; variable
    [all...]

Completed in 78 milliseconds