Searched refs:alloca_account (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/include/ |
D | alloca.h | 27 # define alloca_account(size, avar) \ macro 33 # define alloca_account(size, avar) \
|
/glibc-2.36/posix/ |
D | glob.c | 200 # 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/ |
D | nscd_getserv_r.c | 95 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()
|
D | grpcache.c | 172 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()
|
D | mem.c | 132 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/ |
D | sha256-crypt.c | 150 tmp = alloca_account (key_len + __alignof__ (uint32_t), alloca_used); in __sha256_crypt_r()
|
D | sha512-crypt.c | 150 tmp = alloca_account (key_len + __alignof__ (uint64_t), alloca_used); in __sha512_crypt_r()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 2675 [! _LIBC](alloca_account): Modified.
|
D | ChangeLog.24 | 7980 [! _LIBC](alloca_account): Remove.
|
D | ChangeLog.17 | 5247 * include/alloca.h (alloca_account): Define.
|
D | ChangeLog.18 | 54364 alloca_account and account alloca use for struct in6ailist. 93936 memory. Use alloca_account. Fix memory leak when retrying.
|