Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dalloca.c319 long initial_size; /* Size of initial segment. */ member
/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c307 long initial_size; /* Size of initial segment. */ member
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c387 static void line_init P_((struct line *, struct line *, size_t initial_size));
389 line_init(buf, state, initial_size) in line_init() argument
392 size_t initial_size;
394 buf->text = MALLOC(initial_size, char);
396 buf->alloc = initial_size;