Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c520 #define MIN_ALLOCATE 50 macro
526 b->b = MALLOC(MIN_ALLOCATE, char); in init_buffer()
527 b->allocated = MIN_ALLOCATE; in init_buffer()