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

  /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);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 111 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations(); local
112 if (allocs != null) {
114 allocs = getFilteredAllocations(allocs, mFilterText);
116 Arrays.sort(allocs, mSorter);
117 return allocs;
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 1286 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation)); local
1301 RsAllocation *allocs = (RsAllocation*)malloc((uint32_t)numIndices * sizeof(RsAllocation)); local
    [all...]
  /external/libxml2/
xmlreader.c 120 int allocs; /* what structure were deallocated */ member in struct:_xmlTextReader
    [all...]

Completed in 195 milliseconds