Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.noexbss29 # As the bss segment is extended by sbrk(2) to enlarge the heap, a
H A Dmap.noexdata28 # As the data segment is extended by sbrk(2) to enlarge the heap, a
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c142 static int enlarge(struct parse *p, sopno size);
1423 if (!enlarge(p, p->ssize + len)) /* this many unexpected additions */ in dupl()
1451 if (!enlarge(p, (p->ssize+1) / 2 * 3)) /* +50% */ in doemit()
1511 enlarge(struct parse *p, sopno size) in enlarge() function