OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocs
(Results
1 - 10
of
10
) sorted by null
/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/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/graphics/jni/
android_renderscript_RenderScript.cpp
1521
RsAllocation *
allocs
= (RsAllocation*)malloc((uint32_t)numVtxIDs * sizeof(RsAllocation));
local
1536
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
120
int
allocs
; /* what structure were deallocated */
member in struct:_xmlTextReader
[
all
...]
/prebuilts/devtools/tools/lib/
ddmlib.jar
ddmuilib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 225 milliseconds