Home
last modified time | relevance | path

Searched refs:allocd (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dmisc.c2083 char *allocd = NULL; in set_current_wd() local
2086 allocd = ksh_get_wd(); in set_current_wd()
2087 nwd = allocd ? allocd : null; in set_current_wd()
2093 afree(allocd, ATEMP); in set_current_wd()
2107 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; in c_cd() local
2141 strdupx(allocd, wp[0], ATEMP); in c_cd()
2142 if (ksh_isdash((dir = allocd))) { in c_cd()
2143 afree(allocd, ATEMP); in c_cd()
2144 allocd = NULL; in c_cd()
2181 dir = allocd = alloc(ilen + nlen + elen, ATEMP); in c_cd()
[all …]
Dfuncs.c251 char *p, *allocd = NULL; in c_pwd() local
270 p = current_wd[0] ? (physical ? allocd = do_realpath(current_wd) : in c_pwd()
275 if (!p && !(p = allocd = ksh_get_wd())) { in c_pwd()
281 afree(allocd, ATEMP); in c_pwd()
1605 char *cp, *allocd = NULL, *xp; in c_read() local
1690 strdupx(allocd, *wp, ATEMP); in c_read()
1691 allocd[ccp - *wp] = '\0'; in c_read()
1692 *wp = allocd; in c_read()
2020 afree(allocd, ATEMP); in c_read()
/external/valgrind/docs/internals/
D3_11_BUGSTATUS.txt368 16006 -> 16022 dhat: add "tot-blocks-allocd" metric
/external/valgrind/
DNEWS317 - Added collection of the metric "tot-blocks-allocd"
522 n-i-bz DHAT: added collection of the metric "tot-blocks-allocd"