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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 57 int* g_array[kMaxCount]; // an array of int-vectors variable
62 g_array[i] = new int[size];
69 g_array[i] = new int[size];
75 delete[] g_array[i];
76 g_array[i] = 0;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 57 int* g_array[kMaxCount]; // an array of int-vectors variable
62 g_array[i] = new int[size];
69 g_array[i] = new int[size];
75 delete[] g_array[i];
76 g_array[i] = 0;

Completed in 457 milliseconds