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

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/e2fsck/
mtrace.awk 5 $1 == "+" { if (allocated[$2] != "")
6 print "+", $2, "Alloc", NR, "duplicate:", allocated[$2];
8 allocated[$2] = $3;
10 $1 == "-" { if (allocated[$2] != "") {
11 allocated[$2] = "";
12 if (allocated[$2] != "")
13 print "DELETE FAILED", $2, allocated[$2];
17 $1 == "<" { if (allocated[$2] != "")
18 allocated[$2] = "";
22 $1 == ">" { if (allocated[$2] != ""
    [all...]
  /external/valgrind/main/memcheck/tests/
leak-pool.c 17 size_t allocated; member in struct:pool
26 assert(p->used + n < p->allocated);
37 p->allocated = 4096;
39 p->buf = malloc(p->allocated);
41 memset(p->buf, 0, p->allocated);
43 VALGRIND_MAKE_MEM_NOACCESS(p->buf, p->allocated);
brk2.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
erringfds.stderr.exp 6 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-0.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-1.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-2.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-3.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-4.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-5.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_test.cc 62 std::vector<void *> allocated; local
73 allocated.push_back(x);
84 for (uptr i = 0; i < allocated.size(); i++) {
85 void *x = allocated[i];
91 allocated.clear();
108 void *allocated[kNumAllocs]; local
112 allocated[i] = x;
116 sink = a.GetMetaData(allocated[i % kNumAllocs]);
119 a.Deallocate(allocated[i]);
147 void *allocated[kNumAllocs] local
204 std::vector<void*> allocated; local
247 void *allocated[kNumAllocs]; local
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_lcb.c 200 AVCT_TRACE_EVENT3("LCB lcb=%d event=%s state=%s", p_lcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_lcb->state]);
202 AVCT_TRACE_EVENT3("LCB lcb=%d event=%d state=%d", p_lcb->allocated, event, p_lcb->state);
243 AVCT_TRACE_EVENT3("BCB lcb=%d event=%s state=%s", p_bcb->allocated, avct_lcb_evt_str[event], avct_lcb_st_str[p_bcb->state]);
245 AVCT_TRACE_EVENT3("BCB lcb=%d event=%d state=%d", p_bcb->allocated, event, p_bcb->state);
286 /* if allocated lcb has matching lcb */
287 if (p_lcb->allocated && (!memcmp(p_lcb->peer_addr, bd_addr, BD_ADDR_LEN)))
311 ** Returns pointer to the lcb, or NULL if none could be allocated.
321 if (!p_lcb->allocated)
323 p_lcb->allocated = (UINT8)(i + 1);
325 AVCT_TRACE_DEBUG1("avct_lcb_alloc %d", p_lcb->allocated);
    [all...]
avct_ccb.c 39 ** Returns pointer to the ccb, or NULL if none could be allocated.
49 if (!p_ccb->allocated)
51 p_ccb->allocated = AVCT_ALOC_LCB;
137 /* verify ccb is allocated */
138 if (!p_ccb->allocated)
141 AVCT_TRACE_WARNING1("ccb %d not allocated", idx);
  /external/strace/
scsi.c 19 int allocated, i; local
23 allocated = (len > max_strlen) ? max_strlen : len;
25 (buf = malloc(allocated)) == NULL ||
26 umoven(tcp, (unsigned long) addr, allocated, (char *) buf) < 0) {
32 for (i = 1; i < allocated; ++i)
35 if (allocated != len)
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 66 static int allocated() { return allocated_; } function in class:__anon4694::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
  /external/dbus/dbus/
dbus-string-private.h 46 int allocated; /**< Allocated size of data */ member in struct:__anon6589
76 #define DBUS_GENERIC_STRING_PREAMBLE(real) _dbus_assert ((real) != NULL); _dbus_assert (!(real)->invalid); _dbus_assert ((real)->len >= 0); _dbus_assert ((real)->allocated >= 0); _dbus_assert ((real)->max_length >= 0); _dbus_assert ((real)->len <= ((real)->allocated - _DBUS_STRING_ALLOCATION_PADDING)); _dbus_assert ((real)->len <= (real)->max_length)
  /external/gtest/samples/
sample10_unittest.cc 66 static int allocated() { return allocated_; } function in class:__anon7167::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
  /external/protobuf/gtest/samples/
sample10_unittest.cc 66 static int allocated() { return allocated_; } function in class:__anon11560::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stderr.exp 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
15 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
25 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
35 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
45 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stderr.exp 5 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
15 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
25 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
35 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
45 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/chromium/third_party/libjingle/source/talk/base/
asyncudpsocket.cc 65 SocketAddress AsyncUDPSocket::GetLocalAddress(bool* allocated) const {
66 if (allocated)
67 *allocated = true;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.cc 63 bool allocated; local
64 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated);
65 if (allocated) {
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 81 static uptr allocated; local
83 void *mem = (void*)&calloc_memory_for_dlsym[allocated];
84 allocated += size_in_words;
85 CHECK(allocated < kCallocPoolSize);
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stderr.exp 10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
mcmain_pic.stderr.exp 8 total heap usage: 1 allocs, 0 frees, 16 bytes allocated

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 9