HomeSort by relevance Sort by last modified time
    Searched refs:Leak (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/lib/
fixed_buffer.h 18 // valid. The Leak method may be used to steal the underlying memory from the
32 // void* data = buf.Leak();
54 void* Leak();
fixed_buffer.cc 43 void* FixedBuffer::Leak() {
message_builder.cc 31 message->AdoptData(num_bytes, static_cast<MessageData*>(buf_.Leak()));
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/mock/
mock_frame_dropper.h 31 MOCK_METHOD1(Leak,
  /external/chromium_org/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 42 // Tests that FixedBuffer::Leak passes ownership to the caller.
43 TEST(FixedBufferTest, Leak) {
52 buf_ptr = buf.Leak();
60 EXPECT_FALSE(buf.Leak());
63 // Since we called Leak, ptr is still writable after FixedBuffer went out of
  /external/chromium_org/cc/resources/
scoped_resource.h 35 void Leak();
scoped_resource.cc 62 void ScopedResource::Leak() {
scoped_resource_unittest.cc 137 texture->Leak();
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.h 23 void Leak();
port_server_unittest.cc 42 TEST(PortReservationTest, Leak) {
46 r.Leak();
55 r.Leak();
56 r.Leak();
port_server.cc 34 void PortReservation::Leak() {
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/include/
frame_dropper.h 54 virtual void Leak(uint32_t inputFrameRate);
  /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
54 // Print matched suppressions after leak checking.
84 struct Leak {
116 InternalMmapVector<Leak> leaks_;
173 // leak checking and also before every call to pthread_create() (to handle cases
174 // where leak checking is initiated from a non-main thread).
lsan_common.cc 11 // Implementation of common leak checking functionality.
138 const char *Leak() { return Blue(); }
522 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
524 leaks_.push_back(leak);
532 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
549 Printf("The %zu top leak(s):\n", num_leaks_to_report);
560 Printf("Omitting %zu more leak(s).\n", remaining);
566 Printf("%s", d.Leak());
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 81 # Leak: 0x0ac3ca40 size=48
86 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);
  /external/clang/include/clang/Driver/
SanitizerArgs.h 42 NeedsLeakDetection = Leak,
  /external/lldb/include/lldb/Expression/
IRMemoryMap.h 53 void Leak (lldb::addr_t process_address, Error &error);
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_impl.cc 16 port_reservation_->Leak();
  /external/chromium_org/v8/include/
v8-util.h 272 *reference = Leak(&value);
328 static PersistentContainerValue Leak(
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 89 ErrorLeak, // A memory leak due to excessive reference counts.
90 ErrorLeakReturned, // A memory leak due to the returning method not having
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
frame_dropper.cc 128 FrameDropper::Leak(uint32_t inputFrameRate)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.cc 454 // Leak appropriate number of bytes.
455 frame_dropper_->Leak((uint32_t)(InputFrameRateInternal() + 0.5f));
  /external/chromium_org/third_party/libxml/src/
gentest.py 123 # library state cleanup, generate false leak informations and other
840 printf("Leak of %%d blocks found in %s",
  /external/lldb/source/Expression/
IRMemoryMap.cpp 355 IRMemoryMap::Leak (lldb::addr_t process_address, Error &error)
364 error.SetErrorString("Couldn't leak: allocation doesn't exist");
Materializer.cpp 114 map.Leak(mem, leak_error);
    [all...]

Completed in 663 milliseconds