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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/gm/
system_preferences_mac.mm 13 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h 31 void* alloc(size_t bytes, AllocFailType);
33 return this->alloc(bytes, kThrow_AllocFailType);
36 /** Call this to unalloc the most-recently allocated ptr by alloc(). On
  /external/chromium_org/third_party/webrtc/base/
maccocoathreadhelper.mm 32 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
35 hack = [[NSAutoreleasePool alloc] init];
  /external/compiler-rt/test/tsan/
race_on_heap.cc 16 void *alloc() { function
21 return alloc();
42 // CHECK: #{{1|2}} alloc
  /external/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Android.mk 23 test_name := containers/sequences/dynarray/dynarray.cons/alloc
24 test_src := alloc.pass.cpp
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/new.handler/new_handler
  /external/skia/gm/
system_preferences_mac.mm 13 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/skia/include/core/
SkChunkAlloc.h 31 void* alloc(size_t bytes, AllocFailType);
33 return this->alloc(bytes, kThrow_AllocFailType);
36 /** Call this to unalloc the most-recently allocated ptr by alloc(). On
  /external/valgrind/main/memcheck/tests/
clo_redzone_128.stderr.exp 4 Address 0x........ is 69 bytes after a block of size 128 alloc'd
malloc1_ks_alloc.stderr.exp 5 block was alloc'd at
11 Address 0x........ is 1 bytes before a block of size 10 alloc'd
malloc1_ks_alloc_and_free.stderr.exp 6 block was alloc'd at
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /external/lzma/C/
XzIn.c 71 static SRes Xz_ReadIndex2(CXzStream *p, const Byte *buf, size_t size, ISzAlloc *alloc)
93 Xz_Free(p, alloc);
98 p->blocks = alloc->Alloc(alloc, sizeof(CXzBlockSizes) * numBlocks);
116 static SRes Xz_ReadIndex(CXzStream *p, ILookInStream *stream, UInt64 indexSize, ISzAlloc *alloc)
126 buf = alloc->Alloc(alloc, size);
131 res = Xz_ReadIndex2(p, buf, size, alloc);
    [all...]
  /external/valgrind/main/massif/tests/
deep-C.post.exp 3 Massif arguments: --stacks=no --time-unit=B --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --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_lo (…)
    [all...]
deep-C.stderr.exp 1 Massif: alloc-fns:
34 Massif: alloc S. 1 (t:408, hp:400, ex:8, st:0)
35 Massif: alloc S. 2 (t:816, hp:800, ex:16, st:0)
36 Massif: alloc S. 3 (t:1224, hp:1200, ex:24, st:0)
37 Massif: alloc S. 4 (t:1632, hp:1600, ex:32, st:0)
38 Massif: alloc S. 5 (t:2040, hp:2000, ex:40, st:0)
39 Massif: alloc S. 6 (t:2448, hp:2400, ex:48, st:0)
40 Massif: alloc S. 7 (t:2856, hp:2800, ex:56, st:0)
41 Massif: alloc S. 8 (t:3264, hp:3200, ex:64, st:0)
42 Massif: alloc Sd 9 (t:3672, hp:3600, ex:72, st:0
    [all...]
  /development/ndk/platforms/android-3/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon2831
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_ionbuf.h 44 struct ion_allocation_data alloc; member in struct:__anon3335
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
APPRTCAppDelegate.m 42 _window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
44 [[APPRTCViewController alloc] initWithNibName:@"APPRTCViewController"
  /external/chromium_org/third_party/skia/tests/
SmallAllocatorTest.cpp 32 SkSmallAllocator<kMaxObjects, kBytes> alloc; local
34 CountingClass* c = alloc.template createT<CountingClass>();
78 SkSmallAllocator<1, 8> alloc; local
80 DummyContainer* container = alloc.createT<DummyContainer>(&d);
  /external/clang/test/ARCMT/Inputs/Module.framework/Headers/
Module.h 17 +alloc;
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Module.h 17 +alloc;
  /external/deqp/framework/delibs/decpp/
deMemPool.cpp 35 char* copy = (char*)pool->alloc(size);
  /external/skia/tests/
SmallAllocatorTest.cpp 32 SkSmallAllocator<kMaxObjects, kBytes> alloc; local
34 CountingClass* c = alloc.template createT<CountingClass>();
78 SkSmallAllocator<1, 8> alloc; local
80 DummyContainer* container = alloc.createT<DummyContainer>(&d);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s

Completed in 2087 milliseconds

1 2 34 5 6 7 8 91011>>