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

  /external/honggfuzz/
sancov.c 291 /* qsort struct comparison function (memMap_t struct start addr field) */
293 memMap_t* pA = (memMap_t*)a;
294 memMap_t* pB = (memMap_t*)b;
316 memMap_t* mapsBuf = NULL;
364 mapsBuf = util_Malloc(prevMapsNum * sizeof(memMap_t));
387 memMap_t mapData = {.start = 0};
408 if ((mapsBuf = util_Realloc(mapsBuf, (size_t)(mapsNum + 1) * sizeof(memMap_t))) ==
410 PLOG_E("realloc failed (sz=%" PRIu64 ")", (mapsNum + 1) * sizeof(memMap_t));
    [all...]
honggfuzz.h 117 } memMap_t;

Completed in 67 milliseconds