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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
mmaptrace.c 87 static void *mapcache = NULL; variable
214 mapcache = NULL;
268 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0);
270 mapcache = NULL;
310 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0);
691 mapcache = __collector_reallocVSize (__collector_heap, mapcache,
693 prmap_t *map = ((prmap_t *) mapcache) + (mapcache_entries - 1)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
mmaptrace.c 87 static void *mapcache = NULL; variable
214 mapcache = NULL;
268 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0);
270 mapcache = NULL;
310 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0);
691 mapcache = __collector_reallocVSize (__collector_heap, mapcache,
693 prmap_t *map = ((prmap_t *) mapcache) + (mapcache_entries - 1)
    [all...]

Completed in 13 milliseconds