Searched refs:alloc_len (Results 1 - 2 of 2) sorted by relevance

/system/core/logwrapper/
H A Dlogwrap.c61 size_t alloc_len; member in struct:beginning_buf
74 ssize_t alloc_len; member in struct:ending_buf
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE;
253 if (a_buf->b_buf.alloc_len) {
277 * so by allocating alloc_len here we will have at least
280 char * nbuf = malloc(a_buf->e_buf.alloc_len);
/system/core/fs_mgr/
H A Dfs_mgr_fstab.c216 size_t alloc_len = 0; local
232 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
262 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {

Completed in 150 milliseconds