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

1 2 3 4 5 6 7 8

  /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...]
  /bootable/bootloader/legacy/arch_msm7k/
smem.c 39 unsigned allocated; member in struct:smem_heap_entry
88 if(he->allocated) {
90 n, he->allocated, he->offset, he->size);
  /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/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:__anon4290::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:__anon6057
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:__anon6634::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:__anon10232::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 77 static size_t allocated; local
79 void *mem = (void*)&calloc_memory_for_dlsym[allocated];
80 allocated += size_in_words;
81 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
  /external/valgrind/main/memcheck/tests/linux/
brk.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
capget.stderr.exp 9 total heap usage: ... allocs, ... frees, ... bytes allocated

Completed in 306 milliseconds

1 2 3 4 5 6 7 8