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

1 2 3 4 5 6 7 8

  /external/clang/test/PCH/
method_pool.h 16 + alloc; variable
25 + alloc { return 0; }
objc_import.h 4 + alloc; variable
objc_methods.h 4 + alloc; variable
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 36 std::allocator<int> alloc; local
37 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
38 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
39 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
40 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
41 test<std::vector<int> >(a, an, alloc);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 36 std::allocator<bool> alloc; local
37 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
38 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
39 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
40 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
41 test<std::vector<bool> >(a, an, alloc);
  /device/generic/goldfish/opengl/host/include/libOpenglRender/
IOStream.h 44 unsigned char *alloc(size_t len) { function in class:IOStream
48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
  /external/compiler-rt/lib/tsan/lit_tests/
race_on_heap.cc 16 void *alloc() { function
21 return alloc();
42 // CHECK: #{{1|2}} alloc
  /external/openssh/
buffer.h 21 u_int alloc; /* Number of bytes allocated for data. */ member in struct:__anon12426
  /sdk/emulator/opengl/host/include/libOpenglRender/
IOStream.h 44 unsigned char *alloc(size_t len) { function in class:IOStream
48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 13 +(id)alloc; variable
  /external/clang/test/CodeGenCXX/
mangle-alias-template.cpp 3 template<typename T> struct alloc {}; struct
4 template<typename T> using Alloc = alloc<T>;
5 template<typename T, typename A = Alloc<T>> struct vector {};
31 Alloc<int> AC;
35 h<Alloc>(AC);
  /external/linux-tools-perf/util/
help.h 5 size_t alloc; member in struct:cmdnames
strbuf.h 36 * XXX: do _not_ assume that the area that is yours is of size ->alloc - 1
37 * even if it's true in the current implementation. Alloc is somehow a
45 size_t alloc; member in struct:strbuf
59 return sb->alloc ? sb->alloc - sb->len - 1 : 0;
65 if (!sb->alloc)
67 assert(len < sb->alloc);
sigchain.c 9 int alloc; member in struct:sigchain_signal
24 ALLOC_GROW(s->old, s->n + 1, s->alloc);
  /external/qemu/elff/
elf_alloc.cc 34 void* ElfAllocator::alloc(size_t size) { function in class:ElfAllocator
61 return elf->allocator()->alloc(size);
  /external/skia/src/gpu/
GrAllocPool.h 22 * Frees all blocks that have been allocated with alloc().
31 void* alloc(size_t bytes);
57 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } function in class:GrTAllocPool
  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc 34 void* ElfAllocator::alloc(size_t size) { function in class:ElfAllocator
61 return elf->allocator()->alloc(size);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer
  /bionic/libc/kernel/common/linux/
mempool.h 34 mempool_alloc_t *alloc; member in struct:mempool_s
  /development/ndk/platforms/android-3/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /external/bluetooth/bluedroid/hci/src/
bt_hw.c 114 ** Function alloc
123 static void *alloc(int size) function
128 p_hdr = (HC_BT_HDR *) bt_hc_cbacks->alloc(size);
139 ** allocated through the alloc call earlier
192 alloc,
  /frameworks/native/libs/utils/
SharedBuffer.cpp 27 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::SharedBuffer
50 SharedBuffer* sb = alloc(mSize);
69 SharedBuffer* sb = alloc(newSize);
89 SharedBuffer* sb = alloc(new_size);
  /frameworks/rs/
rsAdapter.cpp 62 Allocation * alloc = static_cast<Allocation *>(valloc); local
63 a->setAllocation(alloc);
136 Allocation * alloc = static_cast<Allocation *>(valloc); local
137 a->setAllocation(alloc);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s

Completed in 3426 milliseconds

1 2 3 4 5 6 7 8