OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Leak
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/resources/
scoped_resource.cc
62
void ScopedResource::
Leak
() {
/external/chromium_org/chrome/test/chromedriver/net/
port_server.cc
34
void PortReservation::
Leak
() {
/external/chromium_org/mojo/public/bindings/lib/
buffer.cc
147
void* FixedBuffer::
Leak
() {
/external/compiler-rt/lib/lsan/
lsan_common.h
45
// Print addresses of leaked objects after main
leak
report.
47
// Aggregate two objects into one
leak
if this many stack frames match. If
81
struct
Leak
{
99
InternalMmapVector<
Leak
> leaks_;
142
//
leak
checking and also before every call to pthread_create() (to handle cases
143
// where
leak
checking is initiated from a non-main thread).
/external/valgrind/main/memcheck/
mc_errors.c
243
// A memory
leak
.
248
}
Leak
;
806
UInt n_this_record = extra->Err.
Leak
.n_this_record;
807
UInt n_total_records = extra->Err.
Leak
.n_total_records;
808
LossRecord* lr = extra->Err.
Leak
.lr;
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp
168
ErrorLeak, // A memory
leak
due to excessive reference counts.
169
ErrorLeakReturned, // A memory
leak
due to the returning method not having
[
all
...]
Completed in 1320 milliseconds