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

  /bionic/libc/bionic/
malloc_debug_common.cpp 78 size_t alloc2 = nbAlloc2 * size2; local
86 if (alloc1 > alloc2) {
88 } else if (alloc1 < alloc2) {
  /external/mksh/src/
tree.c 502 rw = r->vars = alloc2(tw - (const char **)t->vars + 1,
516 r->args = (const char **)(rw = alloc2(tw - t->args + 1,
621 ior = alloc2(ior - iow + 1, sizeof(struct ioword *), ap);
main.c     [all...]
sh.h 1535 #define alloc2 macro
    [all...]
histrap.c 596 history = alloc2(histsize, sizeof(char *), APERM);
    [all...]
lex.c     [all...]
syn.c 245 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
exec.c 152 e->savefd = alloc2(NUFILE, sizeof(short), ATEMP);
    [all...]
edit.c 419 alloc2(nwords, sizeof(struct path_order_info), ATEMP);
    [all...]
funcs.c     [all...]

Completed in 242 milliseconds