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

  /external/valgrind/memcheck/
mc_malloc_wrappers.c 168 if (MC_AllocCustom != mc1->allockind)
200 mc->allockind = kind;
240 We handle this case by checking size and allockind.
246 || found_mc->allockind != mc->allockind)
257 if (mc->allockind == MC_AllocCustom) {
458 if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->allockind ) {
508 if (kind != mc->allockind) {
557 if (MC_AllocMalloc != old_mc->allockind) {
    [all...]
mc_include.h 69 MC_AllocKind allockind : 2; // Which operation did the allocation. member in struct:_MC_Chunk
mc_leakcheck.c 791 // ??? could check that ch->allockind is MC_AllocNew ???
    [all...]
mc_errors.c     [all...]

Completed in 401 milliseconds