Home
last modified time | relevance | path

Searched refs:alloca_account (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/include/
Dalloca.h27 # define alloca_account(size, avar) \ macro
33 # define alloca_account(size, avar) \
/glibc-2.36/posix/
Dglob.c200 # define alloca_account(len, avar) ((void) (len), (void) (avar), (void *) 0) macro
395 onealt = alloca_account (pattern_len, alloca_used); in __glob()
561 newp = alloca_account (dirlen + 1, alloca_used); in __glob()
720 newp = alloca_account (home_len + dirlen, alloca_used); in __glob()
775 newp = alloca_account (end_name - dirname, alloca_used); in __glob()
855 dirname = alloca_account (home_len + rest_len + 1, in __glob()
1326 fullname = alloca_account (fullsize, alloca_used); in glob_in_dir()
1430 = alloca_account (size, alloca_used); in glob_in_dir()
/glibc-2.36/nscd/
Dnscd_getserv_r.c95 key = alloca_account (keylen, alloca_used); in nscd_getserv_r()
157 tmp = alloca_account (serv_resp.s_aliases_cnt in nscd_getserv_r()
254 aliases_len = alloca_account (serv_resp.s_aliases_cnt in nscd_getserv_r()
Dgrpcache.c172 char *buf = alloca_account (buf_len, alloca_used); in cache_addgr()
184 gr_mem_len = alloca_account (gr_mem_cnt * sizeof (uint32_t), alloca_used); in cache_addgr()
230 dataset = alloca_account (total + n, alloca_used); in cache_addgr()
Dmem.c132 mark = (BITMAP_T *) alloca_account (memory_needed, stack_used); in gc()
150 he = alloca_account (memory_needed, stack_used); in gc()
338 new_move = alloca_account (sizeof (*new_move), stack_used); in gc()
/glibc-2.36/crypt/
Dsha256-crypt.c150 tmp = alloca_account (key_len + __alignof__ (uint32_t), alloca_used); in __sha256_crypt_r()
Dsha512-crypt.c150 tmp = alloca_account (key_len + __alignof__ (uint64_t), alloca_used); in __sha512_crypt_r()
/glibc-2.36/ChangeLog.old/
DChangeLog.222675 [! _LIBC](alloca_account): Modified.
DChangeLog.247980 [! _LIBC](alloca_account): Remove.
DChangeLog.175247 * include/alloca.h (alloca_account): Define.
DChangeLog.1854364 alloca_account and account alloca use for struct in6ailist.
93936 memory. Use alloca_account. Fix memory leak when retrying.