HomeSort by relevance Sort by last modified time
    Searched full:cxts (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/callgrind/
context.c 70 static cxt_hash cxts; variable
76 cxts.size = N_CXT_INITIAL_ENTRIES;
77 cxts.entries = 0;
78 cxts.table = (Context**) CLG_MALLOC("cl.context.ict.1",
79 cxts.size * sizeof(Context*));
81 for (i = 0; i < cxts.size; i++)
82 cxts.table[i] = 0;
87 return &cxts;
97 new_size = 2* cxts.size +3;
106 for (i = 0; i < cxts.size; i++)
    [all...]

Completed in 113 milliseconds