HomeSort by relevance Sort by last modified time
    Searched refs:alloc2 (Results 1 - 19 of 19) sorted by null

  /art/test/104-growth-limit/src/
Main.java 44 int alloc2 = 1; local
50 alloc2++;
54 if (alloc1 > alloc2) {
56 "limit cleared (" + alloc1 + " MBs > " + alloc2 + " MBs");
  /art/runtime/base/
arena_allocator_test.cc 72 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 2 / 8); local
73 ASSERT_NE(alloc1, alloc2);
80 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 11 / 16); local
81 ASSERT_NE(alloc1, alloc2);
85 ASSERT_NE(alloc2, alloc3);
92 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 9 / 16); local
93 ASSERT_NE(alloc1, alloc2);
98 ASSERT_NE(alloc2, alloc3);
105 void* alloc2 = arena.Alloc(Arena::kDefaultSize * 13 / 16); local
106 ASSERT_NE(alloc1, alloc2);
    [all...]
  /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
69 dynA d3 ( d2, alloc2 );
72 check_allocator ( d3, alloc2 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 56 void test ( const T &val, const Allocator &alloc1, const Allocator &alloc2 ) {
69 dynA d3 ( d2, alloc2 );
72 check_allocator ( d3, alloc2 );
  /external/curl/lib/
formdata.c 828 char *alloc2 = NULL; local
854 alloc2 = newform->line;
896 if(alloc2)
897 free(alloc2);
    [all...]
  /external/mksh/src/
tree.c 539 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
553 r->args = (const char **)(rw = alloc2(tw - t->args + 1,
663 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
main.c 540 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
    [all...]
sh.h 1689 #define alloc2 macro
    [all...]
syn.c 278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
histrap.c 591 history = alloc2(histsize, sizeof(char *), APERM);
    [all...]
lex.c     [all...]
edit.c 492 alloc2(nwords, sizeof(struct path_order_info), ATEMP);
    [all...]
exec.c 151 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
    [all...]
funcs.c     [all...]
  /frameworks/rs/
rs.spec 91 param RsAllocation alloc2
rsAllocation.cpp 908 Allocation *alloc2 = static_cast<Allocation *>(valloc2); local
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 497 native void rsnAllocationShareBufferQueue(long con, long alloc1, long alloc2);
498 synchronized void nAllocationShareBufferQueue(long alloc1, long alloc2) {
500 rsnAllocationShareBufferQueue(mContext, alloc1, alloc2);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 2178 Elf_Internal_Rela *alloc2 = NULL; local
    [all...]

Completed in 939 milliseconds