| /frameworks/rs/ |
| rsProgramVertex.cpp | 207 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), local 209 pv->bindAllocation(rsc, alloc, 0); 211 mDefaultAlloc.set(alloc);
|
| /bionic/linker/ |
| linker_allocator.cpp | 39 void* LinkerBlockAllocator::alloc() { function in class:LinkerBlockAllocator
|
| /bionic/linker/tests/ |
| linked_list_test.cpp | 34 static entry_t* alloc() { function in class:__anon1075::LinkedListTestAllocator
|
| /external/bluetooth/bluedroid/hci/src/ |
| vendor.c | 160 return bt_hc_cbacks->alloc(size);
|
| /external/chromium_org/third_party/freetype/src/base/ |
| ftsystem.c | 296 memory->alloc = ft_alloc;
|
| /external/chromium_org/third_party/hwcplus/include/hardware/ |
| gralloc.h | 143 * been created with (*alloc_device_t::alloc)() can be used. 152 * with (*alloc_device_t::alloc)(). 259 * (*alloc)() Allocates a buffer in graphic memory with the requested 272 int (*alloc)(struct alloc_device_t* dev, member in struct:alloc_device_t
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
| RTCDataChannel.mm | 51 [[RTCDataBuffer alloc] initWithDataBuffer:buffer]; 64 return [[NSString alloc] initWithBytes:stdString.data()
|
| /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
| SkPdfNativeTokenizer.h | 109 void* alloc(size_t bytes) { function in class:SkPdfAllocator
|
| /external/chromium_org/third_party/skia/include/core/ |
| SkTDict.h | 40 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkChunkAlloc.cpp | 94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { function in class:SkChunkAlloc
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| heap-profile-table.cc | 130 HeapProfileTable::HeapProfileTable(Allocator alloc, 133 : alloc_(alloc), 269 AllocValue* alloc = address_map_->FindMutable(ptr); local 270 if (alloc && !alloc->live()) { 271 alloc->set_live(true); 278 AllocValue* alloc = address_map_->FindMutable(ptr); local 279 if (alloc) { 280 alloc->set_ignore(true);
|
| /external/clang/test/ARCMT/ |
| Common.h | 43 + (id)alloc; variable
|
| /external/compiler-rt/lib/BlocksRuntime/ |
| runtime.c | 231 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), 238 _Block_allocator = alloc; 254 void _Block_use_GC5( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), 259 _Block_use_GC(alloc, setHasRefcount, gc_assign, gc_assign_weak, _Block_memmove_gc_broken);
|
| /external/freetype/src/base/ |
| ftsystem.c | 296 memory->alloc = ft_alloc;
|
| /external/libxml2/ |
| timsort.h | 314 size_t alloc; member in struct:__anon28862 321 if (store->alloc < new_size) 330 store->alloc = new_size; 474 store->alloc = 0;
|
| /external/lzma/C/ |
| LzFindMt.c | 438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)
440 alloc->Free(alloc, p->hashBuf);
444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
448 MatchFinderMt_FreeMem(p, alloc);
466 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
474 p->hashBuf = (UInt32 *)alloc->Alloc(alloc, (kHashBufferSize + kBtBufferSize) * sizeof(UInt32));
481 if (!MatchFinder_Create(mf, historySize, keepAddBufferBefore, matchMaxLen, keepAddBufferAfter, alloc))
[all...] |
| /external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
| SDL_QuartzGL.m | 134 fmt = [ [ NSOpenGLPixelFormat alloc ] initWithAttributes:attr ]; 140 gl_context = [ [ NSOpenGLContext alloc ] initWithFormat:fmt
|
| /external/qemu/telephony/ |
| gsm.h | 189 extern void gsm_rope_init_alloc( GsmRope rope, int alloc );
|
| /external/skia/experimental/PdfViewer/pdfparser/native/ |
| SkPdfNativeTokenizer.h | 109 void* alloc(size_t bytes) { function in class:SkPdfAllocator
|
| /external/skia/include/core/ |
| SkTDict.h | 40 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
|
| /external/skia/src/core/ |
| SkChunkAlloc.cpp | 94 void* SkChunkAlloc::alloc(size_t bytes, AllocFailType ftype) { function in class:SkChunkAlloc
|
| /external/stlport/src/ |
| sparc_atomic.s | 1 .section ".text",#alloc,#execinstr
|
| sparc_atomic64.s | 1 .section ".text",#alloc,#execinstr
|
| /external/valgrind/main/memcheck/tests/ |
| mempool.stderr.exp | 20 Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd 29 Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
|
| /frameworks/base/libs/hwui/ |
| DeferredDisplayList.h | 52 return allocator.alloc(size);
|