Searched defs:allocated (Results 1 - 25 of 128) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/public/web/
H A DWebMemoryUsageInfo.h34 WebMemoryUsageInfo(const WebString& allocator, size_t allocated) argument
36 , allocatedBytes(allocated)
/external/valgrind/main/coregrind/m_demangle/
H A Ddyn-string.h32 int allocated; /* The amount of space allocated for the string. */ member in struct:dyn_string
/external/chromium_org/third_party/leveldatabase/src/util/
H A Darena_test.cc19 std::vector<std::pair<size_t, char*> > allocated; local
48 allocated.push_back(std::make_pair(s, r));
54 for (int i = 0; i < allocated.size(); i++) {
55 size_t num_bytes = allocated[i].first;
56 const char* p = allocated[i].second;
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c70 size_t allocated = 0; local
81 if (cnt >= allocated)
83 allocated = MAX (10, 2 * allocated);
85 = (struct pubnames_s *) realloc (mem, allocated * entsize);
/external/freetype/src/cff/
H A Dcf2arrst.h49 /* need to define the struct here (not opaque) so it can be allocated by */
57 size_t allocated; /* items allocated */ member in struct:CF2_ArrStackRec_
59 size_t count; /* number of elements allocated */
60 size_t totalSize; /* total bytes allocated */
/external/strace/
H A Dscsi.c19 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/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc83 static uptr allocated; local
85 void *mem = (void*)&calloc_memory_for_dlsym[allocated];
86 allocated += size_in_words;
87 CHECK(allocated < kCallocPoolSize);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc21 vector<pair<char *, size_t> > allocated; local
22 allocated.reserve(kNumIters);
36 allocated.push_back(make_pair(x, size));
39 if (allocated.empty()) continue;
40 size_t slot = i % allocated.size();
41 char *p = allocated[slot].first;
43 size_t size = allocated[slot].second;
45 swap(allocated[slot], allocated.back());
46 allocated
[all...]
/external/chromium/testing/gtest/samples/
H A Dsample10_unittest.cc66 static int allocated() { return allocated_; } function in class:__anon3303::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc101 // allocated yet.
102 bool allocated; local
103 talk_base::SocketAddress local_addr = socket_->GetLocalAddress(&allocated);
104 ASSERT(allocated);
H A Dudpport.cc63 bool allocated; local
64 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated);
65 if (allocated) {
/external/chromium_org/testing/gtest/samples/
H A Dsample10_unittest.cc66 static int allocated() { return allocated_; } function in class:__anon10091::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.h60 jemalloc_bool opt_junk; /* Fill allocated/free memory with 0xa5/0x5a? */
64 jemalloc_bool opt_zero; /* Fill allocated memory with 0x0? */
80 size_t allocated; /* Bytes allocted (in use by application). */ member in struct:__anon11232
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.h60 jemalloc_bool opt_junk; /* Fill allocated/free memory with 0xa5/0x5a? */
64 jemalloc_bool opt_zero; /* Fill allocated memory with 0x0? */
80 size_t allocated; /* Bytes allocted (in use by application). */ member in struct:__anon11238
/external/expat/tests/
H A Dminicheck.h61 int allocated; member in struct:TCase
/external/gtest/samples/
H A Dsample10_unittest.cc66 static int allocated() { return allocated_; } function in class:__anon17903::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
/external/icu4c/common/
H A Duhash.h167 UBool allocated; /* Was this UHashtable allocated? */ member in struct:UHashtable
655 /* Use uprv_free() itself as a deleter for any key or value allocated using uprv_malloc. */
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc66 static int allocated() { return allocated_; } function in class:__anon23868::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
/external/valgrind/main/memcheck/tests/
H A Dleak-pool.c17 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);
/external/chromium_org/third_party/icu/source/common/
H A Duhash.h187 UBool allocated; /* Was this UHashtable allocated? */ member in struct:UHashtable
713 * Deleter for any key or value allocated using uprv_malloc. Calls
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dlow_level_alloc_unittest.cc76 // all remaining allocated blocks are freed.
83 AllocMap allocated; local
110 it = allocated.find(rnd);
111 if (it != allocated.end()) {
118 allocated[rnd] = block_desc;
122 it = allocated.begin();
123 if (it != allocated.end()) {
128 allocated.erase(it);
134 while ((it = allocated.begin()) != allocated
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dlow_level_alloc_unittest.cc76 // all remaining allocated blocks are freed.
83 AllocMap allocated; local
110 it = allocated.find(rnd);
111 if (it != allocated.end()) {
118 allocated[rnd] = block_desc;
122 it = allocated.begin();
123 if (it != allocated.end()) {
128 allocated.erase(it);
134 while ((it = allocated.begin()) != allocated
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc176 // Plain old data class. Represents a block of allocated memory.
207 size_t allocated = 0; local
210 &allocated);
212 blocks.Add(Block(base, static_cast<int>(allocated)));
213 current_allocated += static_cast<int>(allocated);
214 total_allocated += static_cast<int>(allocated);
/external/e2fsprogs/e2fsck/
H A Dregion.c31 struct region_el *allocated; member in struct:region_struct
51 for (r = region->allocated; r; r = next) {
72 * conflicts witih something that's already allocated, return
77 for (r = region->allocated, prev=NULL; r; prev = r, r = r->next) {
115 region->allocated = new_region;
163 for (r = region->allocated; r; r = r->next) {
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h66 HB_UInt allocated; member in struct:HB_BufferRec_

Completed in 608 milliseconds

123456