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

  /art/test/104-growth-limit/src/
Main.java 43 int alloc2 = 1; local
49 alloc2++;
52 if (alloc1 > alloc2) {
54 "limit cleared (" + alloc1 + " MBs > " + alloc2 + " MBs");
  /external/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/chromium_org/tools/memory_inspector/memory_inspector/core/
native_heap_unittest.py 54 alloc2 = native_heap.Allocation(start=4090, size=8, stack_trace=st1)
57 nheap.Add(alloc2)
62 self.assertIn(alloc2, nheap.allocations)
138 # alloc2 [4090, 4098] should have only 6 resident bytes ([4090,4096]), but
140 self.assertEqual(alloc2.resident_size, 6)
  /bionic/libc/bionic/
malloc_debug_common.cpp 136 size_t alloc2 = nbAlloc2 * size2; local
144 if (alloc1 > alloc2) {
146 } else if (alloc1 < alloc2) {
  /external/mksh/src/
tree.c 546 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
560 r->args = (const char **)(rw = alloc2(tw - t->args + 1,
667 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
main.c 529 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
    [all...]
sh.h 1622 #define alloc2 macro
    [all...]
histrap.c 596 history = alloc2(histsize, sizeof(char *), APERM);
    [all...]
syn.c 269 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
exec.c 147 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
    [all...]
lex.c     [all...]
edit.c 492 alloc2(nwords, sizeof(struct path_order_info), ATEMP);
    [all...]
funcs.c     [all...]

Completed in 297 milliseconds