| /external/valgrind/main/exp-ptrcheck/tests/ |
| sub.stderr.exp | 27 legitimate range, a block of size 40 alloc'd 73 legitimate range, a block of size 40 alloc'd 81 legitimate range, a block of size 40 alloc'd 89 legitimate range, a block of size 40 alloc'd 97 legitimate range, a block of size 40 alloc'd
|
| add.stderr.exp | 17 legitimate range, a block of size 40 alloc'd 26 legitimate range, a block of size 40 alloc'd 32 Both args derived from address 0x........ of 40-byte block alloc'd
|
| /external/valgrind/main/massif/tests/ |
| peak.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| basic.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 80 98.04% (11,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 94 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 110 98.04% (10,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 98.04% (6,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 142 98.04% (2,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| /external/webkit/Source/WebKit/mac/Misc/ |
| WebNSPasteboardExtras.mm | 59 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects: 71 NSMutableArray *types = [[NSMutableArray alloc] initWithObjects:NSTIFFPboardType, nil]; 188 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper]; 280 NSMutableArray *types = [[NSMutableArray alloc] initWithObjects:NSFilesPromisePboardType, nil]; 286 NSArray *extensions = [[NSArray alloc] initWithObjects:extension, nil];
|
| /external/webkit/Source/WebKit/mac/WebCoreSupport/ |
| WebChromeClient.mm | 244 NSNumber *x = features.xSet ? [[NSNumber alloc] initWithFloat:features.x] : nil; 245 NSNumber *y = features.ySet ? [[NSNumber alloc] initWithFloat:features.y] : nil; 246 NSNumber *width = features.widthSet ? [[NSNumber alloc] initWithFloat:features.width] : nil; 247 NSNumber *height = features.heightSet ? [[NSNumber alloc] initWithFloat:features.height] : nil; 248 NSNumber *menuBarVisible = [[NSNumber alloc] initWithBool:features.menuBarVisible]; 249 NSNumber *statusBarVisible = [[NSNumber alloc] initWithBool:features.statusBarVisible]; 250 NSNumber *toolBarVisible = [[NSNumber alloc] initWithBool:features.toolBarVisible]; 251 NSNumber *scrollbarsVisible = [[NSNumber alloc] initWithBool:features.scrollbarsVisible]; 252 NSNumber *resizable = [[NSNumber alloc] initWithBool:features.resizable]; 253 NSNumber *fullscreen = [[NSNumber alloc] initWithBool:features.fullscreen] [all...] |
| WebInspectorClient.mm | 78 , m_highlighter(AdoptNS, [[WebNodeHighlighter alloc] initWithInspectedWebView:webView]) 90 RetainPtr<WebInspectorWindowController> windowController(AdoptNS, [[WebInspectorWindowController alloc] initWithInspectedWebView:m_webView]); 95 RetainPtr<WebInspectorFrontend> webInspectorFrontend(AdoptNS, [[WebInspectorFrontend alloc] initWithFrontendClient:frontendClient.get()]); 224 WebPreferences *preferences = [[WebPreferences alloc] init]; 244 _webView = [[WebView alloc] init]; 253 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:[NSURL fileURLWithPath:path]]; 296 window = [[NSWindow alloc] initWithContentRect:NSMakeRect(60.0, 200.0, 750.0, 650.0) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| SValBuilder.h | 58 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context, 60 : Context(context), BasicVals(context, alloc), 61 SymMgr(context, BasicVals, alloc), 62 MemMgr(context, alloc), 256 SValBuilder* createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc,
|
| /external/webkit/Source/WebKit/mac/History/ |
| WebHistoryItem.mm | 271 return [[[WebHistoryItem alloc] initWithWebCoreHistoryItem:item] autorelease]; 276 return [[[self alloc] initWithURL:URL title:nil] autorelease]; 285 _windowWatcher = [[WebWindowWatcher alloc] init]; 405 WebHistoryItem *child = [[WebHistoryItem alloc] initFromDictionaryRepresentation:[childDicts objectAtIndex:i]]; 468 NSMutableArray *result = [[NSMutableArray alloc] initWithCapacity:size]; 477 NSMutableArray *array = [[NSMutableArray alloc] initWithCapacity:13]; 486 NSMutableArray *array = [[NSMutableArray alloc] initWithCapacity:5]; 540 NSMutableArray *result = [[[NSMutableArray alloc] initWithCapacity:size] autorelease]; 574 return [[[NSCalendarDate alloc] initWithTimeIntervalSinceReferenceDate:core(_private)->lastVisitedTime()] autorelease]; 621 NSMutableArray *result = [[NSMutableArray alloc] initWithCapacity:size] [all...] |
| /frameworks/base/graphics/java/android/renderscript/ |
| RenderScript.java | 257 native void rsnAllocationCopyToBitmap(int con, int alloc, Bitmap bmp); 258 synchronized void nAllocationCopyToBitmap(int alloc, Bitmap bmp) { 260 rsnAllocationCopyToBitmap(mContext, alloc, bmp); 264 native void rsnAllocationSyncAll(int con, int alloc, int src); 265 synchronized void nAllocationSyncAll(int alloc, int src) { 267 rsnAllocationSyncAll(mContext, alloc, src); 269 native void rsnAllocationGenerateMipmaps(int con, int alloc); 270 synchronized void nAllocationGenerateMipmaps(int alloc) { 272 rsnAllocationGenerateMipmaps(mContext, alloc); 274 native void rsnAllocationCopyFromBitmap(int con, int alloc, Bitmap bmp) [all...] |
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| regex_internal.c | 974 set->alloc = size; 986 set->alloc = 1; 991 set->alloc = set->nelem = 0; 1002 set->alloc = 2; 1035 dest->alloc = dest->nelem; 1036 dest->elems = re_malloc (Idx, dest->alloc); 1039 dest->alloc = dest->nelem = 0; 1051 Note: We assume dest->elems is NULL, when dest->alloc is 0. */ 1064 if (src1->nelem + src2->nelem + dest->nelem > dest->alloc) 1066 Idx new_alloc = src1->nelem + src2->nelem + dest->alloc; [all...] |
| /external/freetype/src/base/ |
| ftdbgmem.c | 135 FT_Alloc_Func alloc; member in struct:FT_MemTableRec_ 234 block = table->alloc( memory, size ); 310 table = (FT_MemTable)memory->alloc( memory, sizeof ( *table ) ); 323 table->alloc = memory->alloc; 328 memory->alloc( memory, 839 memory->alloc = ft_mem_debug_alloc; 896 memory->alloc = table->alloc;
|
| /external/webkit/Tools/DumpRenderTree/mac/ |
| LayoutTestControllerMac.mm | 152 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 195 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:(NSString *)urlCF.get()]]; 250 WebHistory *history = [[WebHistory alloc] init]; 377 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"http://127.0.0.1:8000"]]; 407 WebSecurityOrigin *origin = [[WebSecurityOrigin alloc] initWithURL:[NSURL URLWithString:@"file:///"]]; 423 WebDeviceOrientation* orientation = [[WebDeviceOrientation alloc] initWithCanProvideAlpha:canProvideAlpha alpha:alpha canProvideBeta:canProvideBeta beta:beta canProvideGamma:canProvideGamma gamma:gamma]; 430 WebGeolocationPosition *position = [[WebGeolocationPosition alloc] initWithTimestamp:currentTime() latitude:latitude longitude:longitude accuracy:accuracy]; 723 RetainPtr<CommandValidationTarget> target(AdoptNS, [[CommandValidationTarget alloc] initWithAction:selector]); [all...] |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
| AllocationPanel.java | 143 AllocationInfo alloc = (AllocationInfo)element; local 146 return Integer.toString(alloc.getAllocNumber()); 148 return Integer.toString(alloc.getSize()); 150 return alloc.getAllocatedClass(); 152 return Short.toString(alloc.getThreadId()); 154 return alloc.getFirstTraceClassName(); 156 return alloc.getFirstTraceMethodName(); 263 "Alloc Order", 265 "Alloc Order", //$NON-NLS-1$ 542 private void updateAllocationStackTrace(AllocationInfo alloc) { [all...] |
| /external/webkit/Source/WebKit/mac/Plugins/ |
| WebPluginDatabase.mm | 67 sharedDatabase = [[WebPluginDatabase alloc] init]; 245 registeredMIMETypes = [[NSMutableSet alloc] init]; 246 pluginInstanceViews = [[NSMutableSet alloc] init]; 265 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 269 plugins = [[NSMutableDictionary alloc] initWithCapacity:12]; 307 NSMutableSet *MIMETypes = [[NSMutableSet alloc] init]; 471 NSMutableSet *uniqueFilenames = [[NSMutableSet alloc] init];
|
| /external/webkit/Source/WebKit2/UIProcess/mac/ |
| WKFullScreenWindowController.mm | 98 NSWindow *window = [[WKFullScreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO]; 241 _webViewPlaceholder.adoptNS([[NSView alloc] init]); 328 _layerHostingView.adoptNS([[NSView alloc] initWithFrame:[[self window] frame]]); 337 RetainPtr<CALayer> rootLayer(AdoptNS, [[CALayer alloc] init]); 556 _animationView = [[NSView alloc] initWithFrame:[contentView bounds]]; 558 CALayer* contentLayer = [[CALayer alloc] init]; 564 _backgroundLayer = [[CALayer alloc] init];
|
| /dalvik/vm/mterp/armv5te/ |
| OP_FILLED_NEW_ARRAY.S | 14 EXPORT_PC() @ need for resolve and alloc 35 mov r2, #ALLOC_DONT_TRACK @ r2<- alloc flags 49 beq common_exceptionThrown @ alloc failed, handle exception
|
| /external/valgrind/main/coregrind/ |
| m_xarray.c | 41 void* (*alloc) ( HChar*, SizeT ); /* alloc fn (nofail) */ member in struct:_XArray 42 HChar* cc; /* cost centre for alloc */ 70 xa->alloc = alloc_fn; 88 vg_assert(xa->alloc); 92 nyu = xa->alloc( nyu_cc, sizeof(struct _XArray) ); 107 nyu->arr = nyu->alloc( nyu->cc, nyu->totsizeE * nyu->elemSzB ); 170 tmp = xa->alloc(xa->cc, newsz * xa->elemSzB);
|
| /external/webkit/Source/WebCore/bridge/ |
| testbindings.mm | 132 mySecondInterface = [[MySecondInterface alloc] init]; 239 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 249 MyFirstInterface *myInterface = [[MyFirstInterface alloc] init];
|
| /external/webkit/Source/WebCore/platform/mac/ |
| PasteboardMac.mm | 91 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects: 103 NSMutableArray *types = [[NSMutableArray alloc] initWithObjects:NSTIFFPboardType, nil]; 151 attributedString = [[[NSAttributedString alloc] _initWithDOMRange:kit(selectedRange)] autorelease]; 155 RetainPtr<WebHTMLConverter> converter = [[WebHTMLConverter alloc] initWithDOMRange:kit(selectedRange)]; 289 NSData *data = [[[NSData alloc] initWithBytes:coreData->data() length:coreData->size()] autorelease]; 290 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:data] autorelease]; 301 NSTextAttachment *attachment = [[NSTextAttachment alloc] initWithFileWrapper:wrapper]; 355 attributedString = [[NSAttributedString alloc] initWithRTFD:[m_pasteboard.get() dataForType:NSRTFDPboardType] documentAttributes:NULL]; 357 attributedString = [[NSAttributedString alloc] initWithRTF:[m_pasteboard.get() dataForType:NSRTFPboardType] documentAttributes:NULL]; 411 string = [[NSAttributedString alloc] initWithRTFD:[m_pasteboard.get() dataForType:NSRTFDPboardType] documentAttributes:NULL] [all...] |
| HTMLConverter.mm | 340 attributeDictionary = [[NSMutableDictionary alloc] init]; 429 attributeDictionary = [[NSMutableDictionary alloc] init]; 497 shadow = [[[NSShadow alloc] init] autorelease]; 593 attributeDictionary = [[NSMutableDictionary alloc] init]; [all...] |
| /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
| WebErrorsMac.mm | 92 return [[[self alloc] _webkit_initWithDomain:domain code:code URL:URL] autorelease]; 109 descriptions = [[NSMutableDictionary alloc] init]; 116 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
| /external/webkit/Tools/MiniBrowser/mac/ |
| AppDelegate.m | 158 BrowserWindowController *controller = [[BrowserWindowController alloc] initWithContext:[self getCurrentContext]]; 200 windowController = [[BrowserStatisticsWindowController alloc] initWithThreadedWKContextRef:_threadContext 259 controller = [[BrowserWindowController alloc] initWithContext:[self getCurrentContext]];
|
| /external/e2fsprogs/lib/ext2fs/ |
| Android.mk | 5 alloc.c \
|
| /external/grub/stage2/ |
| fsys_vstafs.c | 66 static struct alloc *a; 189 struct alloc *a;
|