HomeSort by relevance Sort by last modified time
    Searched refs:alloc2 (Results 1 - 11 of 11) 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");
  /bionic/libc/bionic/
malloc_debug_common.cpp 81 size_t alloc2 = nbAlloc2 * size2; local
89 if (alloc1 > alloc2) {
91 } else if (alloc1 < alloc2) {
  /external/mksh/src/
tree.c 531 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
545 r->args = (const char **)(rw = alloc2(tw - t->args + 1,
651 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
main.c 552 l->argv = alloc2(l->argc + 2, sizeof(void *), APERM);
    [all...]
sh.h 1668 #define alloc2 macro
    [all...]
histrap.c 596 history = alloc2(histsize, sizeof(char *), APERM);
    [all...]
syn.c 270 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
exec.c 155 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
    [all...]
lex.c     [all...]
edit.c 491 alloc2(nwords, sizeof(struct path_order_info), ATEMP);
    [all...]
funcs.c     [all...]

Completed in 121 milliseconds