Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeymap-dump.c55 #define BUF_CHUNK_SIZE 4096 macro
68 buf->alloc += BUF_CHUNK_SIZE; in do_realloc()
69 if (at_least >= BUF_CHUNK_SIZE) in do_realloc()