OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leaks
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/test/intltest/
intltest.h
147
virtual UBool setLeaks( UBool
leaks
= TRUE );
333
UBool
leaks
;
member in class:IntlTest
377
UBool run_phase2( char* name, char* par ); // internally, supports reporting memory
leaks
intltest.cpp
577
leaks
= FALSE;
656
UBool rval = this->
leaks
;
657
this->
leaks
= leaksVal;
1191
// being run a second time local to a specific method in order to report only actual
leaks
1193
IntlTest::run_phase2( char* name, char* par ) // supports reporting memory
leaks
1223
UBool
leaks
= FALSE;
local
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
152
Vector<ThreadLeak> &
leaks
= *(Vector<ThreadLeak>*)arg;
local
156
for (uptr i = 0; i <
leaks
.Size(); i++) {
157
if (
leaks
[i].tctx->creation_stack_id == tctx->creation_stack_id) {
158
leaks
[i].count++;
163
leaks
.PushBack(leak);
203
Vector<ThreadLeak>
leaks
(MBlockScopedBuf);
205
MaybeReportThreadLeak, &
leaks
);
206
for (uptr i = 0; i <
leaks
.Size(); i++) {
208
rep.AddThread(
leaks
[i].tctx, true);
209
rep.SetCount(
leaks
[i].count)
[
all
...]
/external/freetype/src/base/
ftdbgmem.c
350
FT_Long
leaks
= 0;
local
376
leaks
+= node->size;
421
leaks
, leak_count );
423
printf( "FreeType: no memory
leaks
detected\n" );
/external/kotlinc/lib/
kotlin-annotation-processing.jar
kotlin-compiler.jar
Completed in 318 milliseconds