OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leaked
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/memcheck/tests/
error_counts.c
13
int*
leaked
__attribute__((unused));
local
43
leaked
= malloc(77);
44
leaked
= 0;
/external/chromium_org/base/third_party/valgrind/
memcheck.h
201
/* Return number of
leaked
, dubious, reachable and suppressed bytes found by
203
#define VALGRIND_COUNT_LEAKS(
leaked
, dubious, reachable, suppressed) \
206
specified, which works no matter what type '
leaked
', 'dubious', etc
217
leaked
= _qzz_leaked; \
223
/* Return number of
leaked
, dubious, reachable and suppressed bytes found by
225
#define VALGRIND_COUNT_LEAK_BLOCKS(
leaked
, dubious, reachable, suppressed) \
228
specified, which works no matter what type '
leaked
', 'dubious', etc
239
leaked
= _qzz_leaked; \
/external/valgrind/main/memcheck/
memcheck.h
191
which there was an increase in
leaked
bytes or
leaked
nr of blocks
198
increased or decreased
leaked
bytes/blocks since previous leak
209
/* Return number of
leaked
, dubious, reachable and suppressed bytes found by
211
#define VALGRIND_COUNT_LEAKS(
leaked
, dubious, reachable, suppressed) \
214
specified, which works no matter what type '
leaked
', 'dubious', etc
225
leaked
= _qzz_leaked; \
231
/* Return number of
leaked
, dubious, reachable and suppressed bytes found by
233
#define VALGRIND_COUNT_LEAK_BLOCKS(
leaked
, dubious, reachable, suppressed) \
236
specified, which works no matter what type '
leaked
', 'dubious', et
[
all
...]
/external/chromium_org/ppapi/tests/
test_instance_deprecated.h
27
void LeakReferenceAndIgnore(const pp::Var&
leaked
);
test_instance_deprecated.cc
149
void TestInstance::LeakReferenceAndIgnore(const pp::Var&
leaked
) {
152
var_interface->AddRef(
leaked
.pp_var());
153
IgnoreLeakedVar(
leaked
.pp_var().value.as_id);
227
// NOTE: The ScriptableObjects are actually
leaked
, but they should be removed
230
pp::VarPrivate
leaked
(
235
LeakReferenceAndIgnore(
leaked
);
253
pp::VarPrivate
leaked
(instance(), new BadDestructorObject());
255
LeakReferenceAndIgnore(
leaked
);
/external/stlport/test/eh/
LeakCheck.h
187
bool
leaked
= gTestController.ReportLeaked();
local
188
EH_ASSERT( !
leaked
);
189
if (
leaked
)
/external/chromium_org/v8/test/mjsunit/
track-fields.js
129
// Ensure double storage is not
leaked
in the case of polymorphic loads.
/external/chromium_org/chrome/renderer/resources/extensions/
messaging.js
332
// be
leaked
when the Port is destroyed.
Completed in 1104 milliseconds