| /external/skia/src/views/ |
| SkViewInflate.cpp | 121 pair->fStr = (char*)fStrings.alloc(len, SkChunkAlloc::kThrow_AllocFailType);
|
| /external/srtp/crypto/ |
| Makefile | 82 kernel = kernel/crypto_kernel.o kernel/alloc.o \
|
| /external/valgrind/main/massif/tests/ |
| insig.post.exp | 48 93.48% (16,528B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 70 87.28% (16,688B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| deep-A.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| 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.
|
| /external/webkit/Source/JavaScriptCore/wtf/ |
| BumpPointerAllocator.h | 54 // alloc should only be called after calling ensureCapacity; as such 55 // alloc will never fail. 56 void* alloc(size_t size) function in class:WTF::BumpPointerPool 66 // The dealloc method releases memory allocated using alloc. Memory 67 // must be released in a LIFO fashion, e.g. if the client calls alloc
|
| /external/webkit/Source/WebCore/page/mac/ |
| FrameMac.mm | 85 regExpLabels = [[NSMutableArray alloc] initWithCapacity:regExpCacheSize]; 263 NSImage* resultImage = [[[NSImage alloc] initWithSize:rect.size] autorelease];
|
| /external/webkit/Source/WebKit/mac/WebCoreSupport/ |
| WebContextMenuClient.mm | 283 NSDictionary *element = [[[WebElementDictionary alloc] initWithHitTestResult:[m_webView page]->contextMenuController()->hitTestResult()] autorelease]; 313 NSDictionary *element = [[WebElementDictionary alloc] initWithHitTestResult:[m_webView page]->contextMenuController()->hitTestResult()];
|
| WebEditorClient.mm | 147 return [[[WebEditCommand alloc] initWithEditCommand:command] autorelease]; 189 , m_undoTarget([[[WebEditorUndoTarget alloc] init] autorelease]) 350 NSArray *elements = [[NSArray alloc] initWithObjects: 369 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys: excludedElements, NSExcludedElementsDocumentAttribute, 727 NSString* textString = [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(text) length:length freeWhenDone:NO]; 753 NSString* textString = [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(text) length:length freeWhenDone:NO]; [all...] |
| /external/webkit/Source/WebKit2/Shared/mac/ |
| ArgumentCodersMac.mm | 200 RetainPtr<NSMutableAttributedString> resultString(AdoptNS, [[NSMutableAttributedString alloc] initWithString:plainString.get()]); 276 RetainPtr<NSMutableDictionary> dictionary(AdoptNS, [[NSMutableDictionary alloc] initWithCapacity:size]);
|
| /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
| WebFullScreenManagerMac.mm | 121 m_enterFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:this began:&WebFullScreenManagerMac::beganEnterFullScreenAnimation finished:&WebFullScreenManagerMac::finishedEnterFullScreenAnimation]); 122 m_exitFullScreenListener.adoptNS([[WebFullScreenManagerAnimationListener alloc] initWithManager:this began:&WebFullScreenManagerMac::beganExitFullScreenAnimation finished:&WebFullScreenManagerMac::finishedExitFullScreenAnimation]);
|
| /frameworks/base/include/binder/ |
| CursorWindow.h | 182 uint32_t alloc(size_t size, bool aligned = false);
|
| /frameworks/base/libs/utils/ |
| VectorImpl.cpp | 90 sb = SharedBuffer::alloc(capacity() * mItemSize); 324 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 369 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); 421 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize);
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| regex_internal.h | 227 Idx alloc; member in struct:__anon17005 561 Idx alloc; member in struct:re_state_table_entry 570 Idx alloc; member in struct:__anon17010 655 Idx alloc; member in struct:re_fail_stack_t
|
| /external/bluetooth/bluez/audio/ |
| gstsbcutil.c | 264 const gchar *gst_sbc_parse_allocation_from_sbc(gint alloc) 266 switch (alloc) {
|
| /external/dropbear/libtommath/mtest/ |
| mpi.h | 58 #define ALLOC(MP) ((MP)->alloc) 76 mp_size alloc; /* how many digits allocated */ member in struct:__anon5570
|
| /external/libffi/src/sparc/ |
| v8.S | 199 .section ".eh_frame",#alloc 201 .section ".eh_frame",#alloc,#write
|
| /external/oprofile/module/ia64/ |
| oprofile_stubs.S | 60 alloc loc1=ar.pfs, 3, 3, 4, 0 65 ;; // stop bit between alloc and call
|
| /external/srtp/crypto/kernel/ |
| crypto_kernel.c | 46 #include "alloc.h" 426 return ((ct)->alloc(cp, key_len)); 465 return ((at)->alloc(ap, key_len, tag_len));
|
| /external/valgrind/main/exp-ptrcheck/tests/ |
| idiv.stderr.exp | 21 Second arg derived from address 0x........ of 40-byte block alloc'd 59 Both args derived from address 0x........ of 40-byte block alloc'd 196 Second arg derived from address 0x........ of 40-byte block alloc'd 221 Second arg derived from address 0x........ of 40-byte block alloc'd
|
| /external/webkit/Source/JavaScriptCore/jit/ |
| ExecutableAllocator.h | 128 void* alloc(size_t n) function in class:JSC::ExecutablePool 165 static void systemRelease(Allocation& alloc);
|