HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 376 - 400 of 3588) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
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:__anon22620
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
custom_alloc.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
63 Address 0x........ is 0 bytes after a block of size 20 alloc'd
70 Address 0x........ is 7 bytes after a block of size 20 alloc'd
77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'
    [all...]
custom_alloc.stderr.exp-s390x-mvc 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
63 Address 0x........ is 0 bytes after a block of size 20 alloc'd
70 Address 0x........ is 7 bytes after a block of size 20 alloc'd
77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'
    [all...]
  /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>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/
allocator_type.pass.cpp 12 // template <class Alloc>
15 // typedef Alloc allocator_type;
value_type.pass.cpp 12 // template <class Alloc>
15 // typedef typename Alloc::value_type value_type;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer

Completed in 220 milliseconds

<<11121314151617181920>>