Home
last modified time | relevance | path

Searched defs:allocated (Results 1 – 25 of 111) sorted by relevance

12345

/external/jemalloc/test/unit/
Dstats.c6 size_t sz, allocated, active, mapped; in TEST_BEGIN() local
62 size_t allocated; in TEST_BEGIN() local
165 size_t sz, allocated; in TEST_BEGIN() local
214 size_t sz, allocated; in TEST_BEGIN() local
258 size_t sz, allocated, curruns; in TEST_BEGIN() local
/external/chromium_org/ui/gl/
Dgl_surface.cc198 bool GLSurface::SetBackbufferAllocation(bool allocated) { in SetBackbufferAllocation()
202 void GLSurface::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation()
322 bool GLSurfaceAdapter::SetBackbufferAllocation(bool allocated) { in SetBackbufferAllocation()
326 void GLSurfaceAdapter::SetFrontbufferAllocation(bool allocated) { in SetFrontbufferAllocation()
/external/bluetooth/bluedroid/stack/avct/
Davct_int.h66 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
77 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
93 UINT8 allocated; /* 0, not allocated. index+1, otherwise. */ member
109 UINT8 allocated; /* Whether LCB/BCB is allocated */ member
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dsyscalls_test.cc107 char* allocated = realpath("/tmp", NULL); in TEST_F() local
/external/valgrind/main/coregrind/m_demangle/
Ddyn-string.h32 int allocated; /* The amount of space allocated for the string. */ member
/external/strace/
Dscsi.c42 int allocated, i; in print_sg_io_buffer() local
/external/chromium_org/third_party/skia/src/core/
DSkTObjectPool.h80 int allocated() const { return fBlocks.getCount() * numItemsPerBlock; } in allocated() function
/external/skia/src/core/
DSkTObjectPool.h80 int allocated() const { return fBlocks.getCount() * numItemsPerBlock; } in allocated() function
/external/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/chromium_org/third_party/freetype/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/external/elfutils/0.153/libdw/
Ddwarf_getpubnames.c67 size_t allocated = 0; in get_offsets() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc87 std::vector<void *> allocated; in TestSizeClassAllocator() local
166 void *allocated[kNumAllocs]; in SizeClassAllocatorMetadataStress() local
339 char *allocated[kNumAllocs]; in TEST() local
439 std::vector<void*> allocated; in TestCombinedAllocator() local
505 void *allocated[kNumAllocs]; in TestSizeClassAllocatorLocalCache() local
666 std::vector<void *> allocated; in TestSizeClassAllocatorIteration() local
714 char *allocated[kNumAllocs]; in TEST() local
742 char *allocated[kNumAllocs]; in TEST() local
Dstandalone_malloc_test.cc21 vector<pair<char *, size_t> > allocated; in MallocThread() local
/external/chromium_org/third_party/leveldatabase/src/util/
Darena_test.cc19 std::vector<std::pair<size_t, char*> > allocated; in TEST() local
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc32 bool allocated : 8; // Must be first. member
164 bool LsanMetadata::allocated() const { in allocated() function in __lsan::LsanMetadata
/external/jsoncpp/src/lib_json/
Djson_batchallocator.h77 AllocatedType *allocated = currentBatch_->used_; in allocate() local
/external/chromium_org/testing/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon15dde3ff0111::Water
/external/protobuf/gtest/samples/
Dsample10_unittest.cc66 static int allocated() { return allocated_; } in allocated() function in __anon597018380111::Water
/external/valgrind/main/memcheck/tests/
Dleak-pool.c17 size_t allocated; member
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dlow_level_alloc_unittest.cc83 AllocMap allocated; in Test() local
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dlow_level_alloc_unittest.cc83 AllocMap allocated; in Test() local
/external/skia/tests/
DNameAllocatorTest.cpp50 void setAllocated(GrGLuint name, bool allocated) { in setAllocated()
/external/chromium_org/third_party/skia/tests/
DNameAllocatorTest.cpp50 void setAllocated(GrGLuint name, bool allocated) { in setAllocated()
/external/expat/tests/
Dminicheck.h61 int allocated; member

12345