HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 101 - 125 of 776) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
fwrite.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
inline.stderr.exp 4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
badaddrvalue.stderr.exp 3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
badpoll.stderr.exp 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
mismatches.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
  /external/webkit/Source/JavaScriptCore/API/
JSStringRefCF.cpp 54 CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string)
56 return CFStringCreateWithCharacters(alloc, reinterpret_cast<const UniChar*>(string->characters()), string->length());
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.mm 64 _private = [[WebScriptWorldPrivate alloc] init];
95 static WebScriptWorld *world = [[WebScriptWorld alloc] initWithWorld:mainThreadNormalWorld()];
101 return [[[self alloc] init] autorelease];
128 return [[[self alloc] initWithWorld:world] autorelease];
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
PluginProxyMac.mm 42 m_pluginLayer.adoptNS([[CALayer alloc] init]);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm 63 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
112 WatchDogTarget* watchdog = [[[WatchDogTarget alloc]
114 NSThread* thread = [[NSThread alloc] initWithTarget:watchdog
138 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
  /external/webkit/Tools/TestWebKitAPI/mac/
main.mm 30 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/chromium/base/memory/
singleton_objc.h 13 // of [[NSExampleType alloc] init]. Subsequent calls will return the same
24 // return [[Foo alloc] initWithName:@"selecty"];
38 // are instantiated by sending |alloc| and |init| messages, and are deallocated
44 return [[Type alloc] init];
  /external/clang/test/PCH/
objc_methods.h 4 + alloc; variable
  /external/dropbear/libtommath/
bn_mp_init.c 37 a->alloc = MP_PREC;
bn_mp_init_size.c 26 /* alloc mem */
34 a->alloc = size;
  /external/valgrind/main/include/
pub_tool_poolalloc.h 37 // This pool allocator manages elements alloc/free by allocating
52 for elements of the specified size. Alloc fn must not fail (that
56 void* (*alloc)(HChar*, SizeT),
  /external/valgrind/main/massif/tests/
deep-B.post.exp 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --depth=8 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchiveMac.mm 45 NSKeyedUnarchiver *unarchiver = [[NSKeyedUnarchiver alloc] initForReadingWithData:(NSData *)responseData];
68 NSKeyedArchiver *archiver = [[NSKeyedArchiver alloc] initForWritingWithMutableData:(NSMutableData *)responseData];
  /frameworks/native/libs/utils/
SharedBuffer.cpp 27 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::SharedBuffer
50 SharedBuffer* sb = alloc(mSize);
69 SharedBuffer* sb = alloc(newSize);
89 SharedBuffer* sb = alloc(new_size);
  /system/core/libpixelflinger/codeflinger/tinyutils/
SharedBuffer.cpp 29 SharedBuffer* SharedBuffer::alloc(size_t size) function in class:android::tinyutils::SharedBuffer
52 SharedBuffer* sb = alloc(mSize);
71 SharedBuffer* sb = alloc(newSize);
91 SharedBuffer* sb = alloc(new_size);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
113 alloc->len = (alloc->len + 4095) & (~4095);
115 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
121 ion_info_fd->handle = alloc->handle;
129 alloc->len,
257 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
265 alloc->len = (alloc->len + 4095) & (~4095);
266 alloc->align = 4096
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 105 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
113 alloc->len = (alloc->len + 4095) & (~4095);
115 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
121 ion_info_fd->handle = alloc->handle;
129 alloc->len,
275 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
283 alloc->len = (alloc->len + 4095) & (~4095);
285 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
    [all...]
  /external/bluetooth/bluedroid/hci/src/
bt_hw.c 114 ** Function alloc
123 static void *alloc(int size) function
128 p_hdr = (HC_BT_HDR *) bt_hc_cbacks->alloc(size);
139 ** allocated through the alloc call earlier
192 alloc,
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 45 sharedHandler = [[self alloc] init];
53 windowToPanel = [[NSMutableDictionary alloc] init];
54 challengeToWindow = [[NSMutableDictionary alloc] init];
55 windowToChallengeQueue = [[NSMutableDictionary alloc] init];
72 queue = [[NSMutableArray alloc] init];
124 WebAuthenticationPanel *panel = [[WebAuthenticationPanel alloc] initWithCallback:self selector:@selector(_authenticationDoneWithChallenge:result:)];

Completed in 1710 milliseconds

1 2 3 45 6 7 8 91011>>