/external/chromium_org/gpu/command_buffer/client/ |
ring_buffer_test.cc | 138 // Checks basic alloc and free. 143 RingBuffer::Offset offset = allocator_->Alloc(kSize); 161 RingBuffer::Offset offset = allocator_->Alloc(kSize); 174 RingBuffer::Offset offset1 = allocator_->Alloc(kSize); 187 RingBuffer::Offset offset = allocator_->Alloc(kBufferSize); 196 RingBuffer::Offset offset = allocator_->Alloc(kAlloc1); 199 offset = allocator_->Alloc(kAlloc2); 203 offset = allocator_->Alloc(kBufferSize); 239 // Checks basic alloc and free. 242 void* pointer = allocator_->Alloc(kSize) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCPeerConnectionObserver.mm | 63 [[RTCMediaStream alloc] initWithMediaStream:stream]; 69 [[RTCMediaStream alloc] initWithMediaStream:stream]; 99 [[RTCICECandidate alloc] initWithCandidate:candidate];
|
/external/chromium_org/third_party/lzma_sdk/ |
Alloc.c | 0 /* Alloc.c -- Memory allocation functions 11 #include "Alloc.h" 15 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
|
LzmaDec.c | 880 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) 882 alloc->Free(alloc, p->probs); 886 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) 888 alloc->Free(alloc, p->dic); 892 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) 894 LzmaDec_FreeProbs(p, alloc); 895 LzmaDec_FreeDict(p, alloc); 924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
Alloc.c | 0 /* Alloc.c -- Memory allocation functions 12 #include "Alloc.h" 16 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
|
LzmaDec.c | 881 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) 883 alloc->Free(alloc, p->probs); 887 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) 889 alloc->Free(alloc, p->dic); 893 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) 895 LzmaDec_FreeProbs(p, alloc); 896 LzmaDec_FreeDict(p, alloc); 925 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) [all...] |
/external/chromium_org/tools/deep_memory_profiler/ |
policy.l0.json | 56 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
|
/external/clang/test/Analysis/ |
NSPanel.m | 25 + (id)alloc; 75 NSPanel *panel = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:(BOOL)1]; 83 NSPanel *panel = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 200, 200) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:(BOOL)1]; // no-warning
|
objc-subscript.m | 7 +(id)alloc; 29 Test *cell = [[[Test alloc] init] autorelease]; 31 NSObject *string1 = [[NSObject alloc] init]; // expected-warning {{Potential leak}}
|
/external/clang/test/CodeGenObjC/ |
dot-syntax.m | 6 -(id) alloc; 62 A *a = [[A alloc] init]; 63 A *b = [[A alloc] init];
|
/external/dropbear/ |
bignum.c | 34 dropbear_exit("mem alloc error"); 48 dropbear_exit("mem alloc error"); 58 dropbear_exit("mem alloc error");
|
/external/lzma/C/ |
Alloc.c | 0 /* Alloc.c -- Memory allocation functions
11 #include "Alloc.h"
15 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
|
LzmaDec.c | 880 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc)
882 alloc->Free(alloc, p->probs);
886 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc)
888 alloc->Free(alloc, p->dic);
892 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc)
894 LzmaDec_FreeProbs(p, alloc);
895 LzmaDec_FreeDict(p, alloc);
924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
[all...] |
/external/valgrind/main/memcheck/tests/ |
partial_load_dflt.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 3 alloc'd 10 Address 0x........ is 1 bytes inside a block of size 4 alloc'd 16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
|
partial_load_dflt.stderr.exp64 | 4 Address 0x........ is 0 bytes inside a block of size 7 alloc'd 10 Address 0x........ is 1 bytes inside a block of size 8 alloc'd 16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
|
partial_load_dflt.stderr.expr-s390x-mvc | 4 Address 0x........ is 0 bytes after a block of size 7 alloc'd 10 Address 0x........ is 1 bytes inside a block of size 8 alloc'd 16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
|
/external/valgrind/unittest/ |
mac_tests.mm | 37 return [[TaskOperation alloc] initWithTask:task]; 71 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 73 NSOperationQueue *queue = [[NSOperationQueue alloc] init];
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
memalign.c | 20 Content: Memory alloc alignments functions 50 ret = pMemop->Alloc(CodecID, &MemInfo); 65 ret = pMemop->Alloc(CodecID, &MemInfo);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
mem_align.c | 20 Content: Memory alloc alignments functions 50 ret = pMemop->Alloc(CodecID, &MemInfo); 65 ret = pMemop->Alloc(CodecID, &MemInfo);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
UniqueGCFactory.h | 30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; 66 DataType* data = Alloc::allocate(); 79 DataType* data = Alloc::allocate();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
db_swap_1.pass.cpp | 12 // template <class T, class Alloc> 13 // void swap(vector<T,Alloc>& x, vector<T,Alloc>& y);
|
/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);
|
/art/compiler/dex/ |
growable_array.h | 70 return arena->Alloc(sizeof(GrowableArray::Iterator), ArenaAllocator::kAllocGrowableArray); 84 elem_list_ = static_cast<T*>(arena_->Alloc(sizeof(T) * init_length, 98 T* new_array = static_cast<T*>(arena_->Alloc(sizeof(T) * target_length, 156 return arena->Alloc(sizeof(GrowableArray<T>), ArenaAllocator::kAllocGrowableArray);
|
/dalvik/vm/alloc/ |
Verify.cpp | 18 #include "alloc/HeapBitmap.h" 19 #include "alloc/HeapSource.h" 20 #include "alloc/Verify.h" 21 #include "alloc/Visit.h"
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRMismatchedTokenException.m | 39 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput]; 46 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput Token:inserted]; 51 return [[ANTLRMismatchedTokenException alloc] initWithCharacter:expectedCharacter Stream:anInput]; 56 return [[ANTLRMismatchedTokenException alloc] initWithStream:anInput];
|