HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 676 - 700 of 951) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/massif/tests/
thresholds_0_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_10_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
thresholds_5_10.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 173 LinearAllocator& alloc() { return mDisplayListData->allocator; } function in class:android::uirenderer::DisplayListRenderer
189 T* dstBuffer = (T*) mDisplayListData->allocator.alloc(count * sizeof(T));
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 1532 Allocation alloc = new Allocation(id, rs, t, usage); local
1789 Allocation alloc = createFromBitmap(rs, b, mips, usage); local
1839 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 147 return [[[Symbols_Scope alloc] init] retain];
190 [ANTLRBaseRecognizer setTokenNames:[[[NSArray alloc] initWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
197 return [[SymbolTableParser alloc] initWithTokenStream:aStream];
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 101 Vertex* buffer = vertexBuffer->alloc<Vertex>(perimeter.count());
119 Vertex* buffer = vertexBuffer->alloc<Vertex>(perimeter.count() * 2 + 2);
158 Vertex* buffer = vertexBuffer->alloc<Vertex>(vertices.count() * 2);
208 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(perimeter.count() * 3 + 2);
273 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * vertices.count() + 2);
432 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * perimeter.count() + 8);
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 585 {'label': 'Alloc size [B]', 'type':'number'},
590 for alloc in nheap.allocations:
592 for frame in alloc.stack_trace.frames:
604 {'v': alloc.total_size, 'f': alloc.total_size / 1024},
605 {'v': alloc.size, 'f': None},
606 {'v': alloc.count, 'f': None},
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 73 llvm::BumpPtrAllocator &alloc,
75 : Eng(SubEng), EnvMgr(alloc), GDMFactory(alloc),
76 svalBuilder(createSimpleSValBuilder(alloc, Ctx, *this)),
77 CallEventMgr(new CallEventManager(alloc)), Alloc(alloc) {
396 newState = (ProgramState*) Alloc.Allocate<ProgramState>();
477 p.first = CreateContext(Alloc);
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 101 Vertex* buffer = vertexBuffer->alloc<Vertex>(perimeter.count());
119 Vertex* buffer = vertexBuffer->alloc<Vertex>(perimeter.count() * 2 + 2);
158 Vertex* buffer = vertexBuffer->alloc<Vertex>(vertices.count() * 2);
208 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(perimeter.count() * 3 + 2);
273 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * vertices.count() + 2);
432 AlphaVertex* buffer = vertexBuffer->alloc<AlphaVertex>(6 * perimeter.count() + 8);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64.S 175 { .mii; alloc r2=ar.pfs,4,12,0,16
228 { .mii; alloc r2=ar.pfs,4,12,0,16
288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
469 { .mii; alloc r2=ar.pfs,3,0,0,0
549 { .mii; alloc r2=ar.pfs,2,1,0,0
554 { .mii; alloc r2=ar.pfs,2,1,0,0
620 { .mii; alloc r2=ar.pfs,3,0,0,0
625 { .mii; alloc r2=ar.pfs,3,0,0,
    [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 175 { .mii; alloc r2=ar.pfs,4,12,0,16
228 { .mii; alloc r2=ar.pfs,4,12,0,16
288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
469 { .mii; alloc r2=ar.pfs,3,0,0,0
549 { .mii; alloc r2=ar.pfs,2,1,0,0
554 { .mii; alloc r2=ar.pfs,2,1,0,0
620 { .mii; alloc r2=ar.pfs,3,0,0,0
625 { .mii; alloc r2=ar.pfs,3,0,0,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 147 static void SC_AllocationIoSend(android::renderscript::rs_allocation alloc) {
149 rsrAllocationIoSend(rsc, (Allocation*)alloc.p);
153 static void SC_AllocationIoReceive(android::renderscript::rs_allocation alloc) {
155 rsrAllocationIoReceive(rsc, (Allocation*)alloc.p);
186 static void SC_AllocationIoSend(Allocation* alloc) {
188 rsrAllocationIoSend(rsc, alloc);
192 static void SC_AllocationIoReceive(Allocation* alloc) {
194 rsrAllocationIoReceive(rsc, alloc);
530 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
532 alloc->callUpdateCacheObject(rsc, &obj)
540 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
551 Allocation* alloc = rsdScriptGetAllocationForPointer(rsc, sc, ptr); local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 116 struct ion_allocation_data alloc; local
127 memset(&alloc, 0, sizeof(alloc));
128 alloc.len = buf->mem_info.size;
130 alloc.len = (alloc.len + 4095) & (~4095);
131 alloc.align = 4096;
132 alloc.flags = ION_FLAG_CACHED;
133 alloc.heap_mask = ion_type;
134 rc = ioctl(main_ion_fd, ION_IOC_ALLOC, &alloc);
    [all...]
  /external/mksh/src/
shf.c 58 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
136 shf->buf = alloc(bsize, ATEMP);
141 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
203 shf = alloc(sizeof(struct shf), ATEMP);
211 buf = alloc(bsize, shf->areap);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 389 field_edit = [[SDLTranslatorResponder alloc] initWithFrame:r];
804 qz_window = [ [ SDL_QuartzWindow alloc ]
814 [ qz_window setContentView: [ [ [ SDL_QuartzView alloc ] init ] autorelease ] ];
836 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
882 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.c 151 void* (*alloc)(const HChar*,SizeT); member in struct:_WordSetU
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
366 wsu->alloc = alloc_nofail;
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 388 p_return_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(len);
830 (HC_BT_HDR *) bt_hc_cbacks->alloc(len);
    [all...]
hci_mct.c 384 p_return_buf = (HC_BT_HDR *) bt_hc_cbacks->alloc(len);
764 (HC_BT_HDR *) bt_hc_cbacks->alloc(len);
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_tg.c 815 BOOLEAN alloc = FALSE; local
832 alloc = TRUE;
907 if (alloc && (status != AVRC_STS_NO_ERROR) )
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
590 if (!alloc)
592 allocArray = alloc;
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 119 printf("glyphPtrArray,%zu, Alloc,%zu, imageUsed,%zu, glyphUsed,%zu, glyphHashAlloc,%zu, glyphHashUsed,%zu, unicharHashAlloc,%zu, unicharHashUsed,%zu\n",
320 glyph = (SkGlyph*)fGlyphAlloc.alloc(sizeof(SkGlyph),
339 const_cast<SkGlyph&>(glyph).fImage = fGlyphAlloc.alloc(size,
341 // check that alloc() actually succeeded
347 // is smaller, and if so, strink the alloc size in fImageAlloc.
377 const_cast<SkGlyph&>(glyph).fDistanceField = fGlyphAlloc.alloc(size,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 440 static InternalSymbolizer *get(LowLevelAllocator *alloc) {
443 return new(*alloc) InternalSymbolizer();
490 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; }

Completed in 1688 milliseconds

<<21222324252627282930>>