Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c58 #define BEGINNING_BUF_SIZE 0x1000 macro
220 new_buf = malloc(BEGINNING_BUF_SIZE); in init_abbr_buf()
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()
224 a_buf->b_buf.buf_size = BEGINNING_BUF_SIZE - 1; in init_abbr_buf()