HomeSort by relevance Sort by last modified time
    Searched refs:PBM_ALLOC (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpopt/
poptint.h 39 #define PBM_ALLOC(d) calloc(__PBM_IX (d) + 1, sizeof(__pbm_bits))
popt.c 569 if (os->argb == NULL) os->argb = PBM_ALLOC(os->argc);
639 con->arg_strip = PBM_ALLOC(con->optionStack[0].argc);
    [all...]

Completed in 31 milliseconds