tmpcaches 218 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c struct cacheinfo *cache, *tmpcaches; tmpcaches 231 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); tmpcaches 232 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (!tmpcaches) tmpcaches 235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->cache = tmpcaches; tmpcaches 499 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c struct cacheinfo *tmpcaches; tmpcaches 527 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c tmpcaches = realloc(infos->cache, infos->numcaches * sizeof(*infos->cache)); tmpcaches 528 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (tmpcaches) { tmpcaches 529 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->cache = tmpcaches;