HomeSort by relevance Sort by last modified time
    Searched defs:allocs (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 31 return allocs - frees == other.allocs - other.frees &&
35 int32 allocs; // Number of allocation calls. member in struct:HeapProfileStats
  /external/libcxxabi/test/
test_fallback_malloc.cpp 134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; local
141 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ));
151 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ));
159 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_fallback_malloc.cpp 134 const size_t allocs [] = { 124, 60, 252, 60, 4 }; local
141 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ));
151 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ));
159 ptrs = alloc_series ( allocs, sizeof ( allocs ) / sizeof ( allocs[0] ))
    [all...]
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 58 uint32_t max_allocs; // The max number of items in |allocs|.
62 Alloc* allocs; // Start of the the Alloc pool. member in struct:__anon122
80 // If old_flags != NULL, it will be filled with the flags of the deleted allocs.
heap_profiler.c 19 // 1) A RB-Tree of non-overlapping VM regions (allocs) sorted by their start
28 // |Alloc1| |Alloc2| |Alloc3| <- Allocs (a RB-Tree underneath)
42 // static pools (i.e. stack_traces and allocs). The pools are treated as
149 // + Allocs RB-tree +
153 static Alloc allocs[ALLOCS_ENTRIES_MAX]; variable
180 alloc = &allocs[stats->max_allocs];
196 // Deletes all the allocs in the range [addr, addr+size[ dealing with partial
231 // Now scan the allocs linearly deleting chunks (or eventually whole allocs)
267 // still overlap with the next allocs
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 62 int32 allocs; // Number of allocation calls member in struct:HeapProfileTable::Stats
69 return allocs - frees == x.allocs - x.frees &&
388 return (total_.allocs == 0) && (total_.alloc_size == 0);
409 total_.allocs++;
  /external/bison/lib/
bitset_stats.c 52 bitset_stats_info->types[(TYPE)].allocs++
79 unsigned int allocs; member in struct:bitset_type_info_struct
178 stats->allocs, stats->frees,
179 stats->allocs ? 100.0 * stats->frees / stats->allocs : 0);
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 1639 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); local
1655 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 120 int allocs; /* what structure were deallocated */ member in struct:_xmlTextReader
    [all...]
  /external/libxml2/
xmlreader.c 122 int allocs; /* what structure were deallocated */ member in struct:_xmlTextReader
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.1/
ddmlib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.3/
ddmlib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.8.0/
ddmlib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.2/
ddmlib-23.0.2.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 280 milliseconds

1 2