HomeSort by relevance Sort by last modified time
    Searched defs:num_allocs (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
soft_rss_limit_mb_test.cc 27 int num_allocs = kMaxNumAllocs / 4; local
28 for (int i = 0; i < 3; i++, num_allocs *= 2) {
29 fprintf(stderr, "[%d] allocating %d times\n", i, num_allocs);
31 for (int j = 0; j < num_allocs; j++) {
32 if ((j % (num_allocs / 8)) == 0) {
45 if (zero_results != num_allocs)
47 num_allocs - zero_results);
48 for (int j = 0; j < num_allocs; j++) {
  /system/extras/memory_replay/
main.cpp 43 size_t num_allocs = 0; local
59 num_allocs--;
63 num_allocs++;
66 return num_allocs;
  /external/tensorflow/tensorflow/core/framework/
allocator.h 50 int64 num_allocs; // Number of allocations. member in struct:tensorflow::AllocatorStats

Completed in 283 milliseconds