/external/clang/test/Rewriter/ |
objc-modern-property-bitfield.m | 9 + alloc; 34 Foo *f = (Foo*)[[Foo alloc] init];
|
/external/clang/test/SemaObjC/ |
argument-checking.m | 9 +alloc; 17 id obj = [Test alloc];
|
method-lookup-2.m | 6 + alloc; 59 id obj = [[XX alloc] init];
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
do_leak_check_override.cc | 30 printf("Test alloc: %p\n", p); 31 printf("Test alloc in leaky global: %p\n", leaky_global.p);
|
ignore_object.cc | 24 fprintf(stderr, "Test alloc: %p.\n", p); 28 // CHECK: Test alloc: [[ADDR:.*]].
|
use_registers.cc | 32 fprintf(stderr, "Test alloc: %p.\n", p); 48 // CHECK: Test alloc: [[ADDR:.*]].
|
use_stacks_threaded.cc | 17 fprintf(stderr, "Test alloc: %p.\n", p); 33 // CHECK: Test alloc: [[ADDR:.*]].
|
use_tls_dynamic.cc | 27 fprintf(stderr, "Test alloc: %p.\n", p); 30 // CHECK: Test alloc: [[ADDR:.*]].
|
use_tls_pthread_specific_dynamic.cc | 31 fprintf(stderr, "Test alloc: %p.\n", p); 34 // CHECK: Test alloc: [[ADDR:.*]].
|
use_tls_pthread_specific_static.cc | 25 fprintf(stderr, "Test alloc: %p.\n", p); 28 // CHECK: Test alloc: [[ADDR:.*]].
|
/external/dropbear/libtommath/ |
bn_mp_clear.c | 28 len = a->alloc; 39 a->alloc = a->used = 0;
|
bn_mp_init_size.c | 26 /* alloc mem */ 34 a->alloc = size;
|
bn_mp_shrink.c | 22 if (a->alloc != a->used && a->used > 0) { 27 a->alloc = a->used;
|
/external/linux-tools-perf/util/ |
sigchain.c | 9 int alloc; member in struct:sigchain_signal 24 ALLOC_GROW(s->old, s->n + 1, s->alloc);
|
/external/lzma/C/ |
LzFindMt.h | 95 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
97 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
|
Lzma2Enc.h | 38 CLzma2EncHandle Lzma2Enc_Create(ISzAlloc *alloc, ISzAlloc *allocBig);
59 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
|
Xz.h | 115 void Xz_Free(CXzStream *p, ISzAlloc *alloc);
130 void Xzs_Free(CXzs *p, ISzAlloc *alloc);
131 SRes Xzs_ReadBackward(CXzs *p, ILookInStream *inStream, Int64 *startOffset, ICompressProgress *progress, ISzAlloc *alloc);
153 void (*Free)(void *p, ISzAlloc *alloc);
154 SRes (*SetProps)(void *p, const Byte *props, size_t propSize, ISzAlloc *alloc);
164 ISzAlloc *alloc;
member in struct:__anon24409 174 void MixCoder_Construct(CMixCoder *p, ISzAlloc *alloc);
223 SRes XzUnpacker_Create(CXzUnpacker *p, ISzAlloc *alloc);
|
/external/lzma/CPP/7zip/Common/ |
CWrappers.h | 59 bool Alloc(UInt32 size);
91 bool Alloc(size_t size);
|
/external/valgrind/main/coregrind/ |
m_poolalloc.c | 39 void* (*alloc)(HChar*, SizeT); /* pool allocator */ member in struct:_PoolAlloc 53 void* (*alloc)(HChar*, SizeT), 61 vg_assert(alloc); 64 pa = alloc(cc, sizeof(*pa)); 71 pa->alloc = alloc; 74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) ); 99 pool = pa->alloc( pa->cc, pa->elemSzB * pa->nPerPool );
|
/external/valgrind/main/memcheck/tests/ |
badaddrvalue.stderr.exp | 3 Address 0x........ is 1 bytes before a block of size 8 alloc'd 9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
|
badpoll.stderr.exp | 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd 11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
|
clireq_nofill.stderr.exp | 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd 9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
voMem.h | 43 VO_U32 (VO_API * Alloc) (VO_S32 uID, VO_MEM_INFO * pMemInfo); 56 pMemOP->Alloc(ID, &voMemInfo); \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/ |
uses_allocator.pass.cpp | 14 // template <class R, class Alloc> 15 // struct uses_allocator<promise<R>, Alloc>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/ |
uses_allocator.pass.cpp | 14 // template <class Callable, class Alloc> 15 // struct uses_allocator<packaged_task<Callable>, Alloc>
|