OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gAllocatedBlockCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp
219
static int
gAllocatedBlockCount
= 0;
276
gAllocatedBlockCount
++;
313
gAllocatedBlockCount
--;
317
gAllocatedBlockCount
);
/bionic/libc/bionic/
malloc_debug_check.cpp
103
static unsigned
gAllocatedBlockCount
;
182
++
gAllocatedBlockCount
;
193
--
gAllocatedBlockCount
;
299
return del_and_check_locked(hdr, &tail, &head, &
gAllocatedBlockCount
, safe);
455
if (
gAllocatedBlockCount
== 0) {
461
const size_t total =
gAllocatedBlockCount
;
Completed in 176 milliseconds