| /external/libpng/ |
| pngconf.h | 446 # include <alloc.h> [all...] |
| /external/libxml2/ |
| xmlIO.c | [all...] |
| /external/openssl/crypto/aes/asm/ |
| aes-ia64.S | 92 { .mmi; alloc r16=ar.pfs,12,0,0,8 284 { .mmi; alloc pfssave=ar.pfs,3,1,12,0 471 { .mmi; alloc r16=ar.pfs,12,0,0,8 663 { .mmi; alloc pfssave=ar.pfs,3,1,12,0 [all...] |
| /external/openssl/crypto/ |
| sparccpuid.S | 400 .section ".init",#alloc,#execinstr
|
| /external/qemu/distrib/libpng-1.2.19/ |
| pngconf.h | 394 # include <alloc.h> [all...] |
| /hardware/msm7k/libgralloc/ |
| gralloc.cpp | 593 dev->device.alloc = gralloc_alloc;
|
| /development/tools/emulator/opengl/system/GLESv1_enc/ |
| GLEncoder.cpp | 566 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); 576 adjustedIndices = ctx->m_fixedBuffer.alloc(glSizeof(type) * count); [all...] |
| /external/mksh/src/ |
| jobs.c | [all...] |
| edit.c | 427 alloc(nwords * sizeof(struct path_order_info), ATEMP); [all...] |
| /external/valgrind/main/exp-ptrcheck/tests/ |
| imul.stderr.exp | 48 Both args derived from address 0x........ of 40-byte block alloc'd
|
| /external/valgrind/main/memcheck/tests/ |
| varinfo5.stderr.exp | 6 Address 0x........ is 1 bytes inside a block of size 3 alloc'd
|
| /external/webkit/Source/WebCore/bindings/objc/ |
| DOM.mm | 532 DOMNodeFilter *wrapper = [[DOMNodeFilter alloc] _init];
|
| /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/ |
| DOMTestObj.mm | 707 DOMTestObj *wrapper = [[DOMTestObj alloc] _init];
|
| /external/webkit/Source/WebKit/mac/Carbon/ |
| CarbonWindowAdapter.mm | 187 carbonWindowContentView = [[[CarbonWindowContentView alloc] init] autorelease]; [all...] |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
| NativeHeapPanel.java | [all...] |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
| NativeHeapPanel.java | 834 for (NativeAllocationInfo alloc : snapshot.getAllocations()) { 835 out.println(alloc.toString()); [all...] |
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebFrame.mm | 264 WebFrame *frame = [[self alloc] _initWithWebFrameView:frameView webView:webView]; 334 _private = [[WebFramePrivate alloc] init]; 534 return [[[NSString alloc] initWithCharactersNoCopy:buf length:length freeWhenDone:YES] autorelease]; [all...] |
| /external/valgrind/main/helgrind/ |
| libhb_core.c | 3068 void* (*alloc)(HChar*, SizeT); \/* group allocator *\/ member in struct:__anon12716 [all...] |
| /external/icu4c/i18n/ |
| decNumber.c | 8095 void *alloc; \/* -> allocated storage *\/ local [all...] |
| /external/oprofile/events/i386/nehalem/ |
| unit_masks | 348 0x02 alloc Count L2 HW prefetcher allocations
|
| /external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
| SDL_QuartzEvents.m | 744 pool = [ [ NSAutoreleasePool alloc ] init ]; [all...] |
| /external/valgrind/main/massif/ |
| ms_main.c | 49 // identified? [hmm, could make getting the name of alloc-fns more 52 // - Options like --alloc-fn='operator new(unsigned, std::nothrow_t const&)' 116 n1: 5 (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 158 100.00% (5B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 302 //--- Alloc fns ---// 322 // custom allocation) there's not much point to having all these alloc 326 // alloc function: realloc (which uses malloc); valloc, 438 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) { 479 " --alloc-fn=<name> specify <name> as an alloc function [empty]\n [all...] |
| /external/webkit/Source/WebKit/mac/Plugins/ |
| WebNetscapePluginPackage.mm | 146 return [[[NSString alloc] initWithBytes:(p + 1) length:*p encoding:[NSString _web_encodingForResource:stringHandle]] autorelease];
|
| /external/chromium/base/ |
| process_util_unittest.cc | 320 scoped_array<char> alloc(new char[kAllocMB * 1024 * 1024]);
|
| /external/giflib/ |
| dgif_lib.c | 20 #include <alloc.h> [all...] |