Home
last modified time | relevance | path

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

/titanic_44/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
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregcomp.c110 static void enlarge(struct parse *p, sopno size);
1235 enlarge(p, p->ssize + len); /* this many unexpected additions */ in dupl()
1262 enlarge(p, (p->ssize+1) / 2 * 3); /* +50% */ in doemit()
1322 enlarge(struct parse *p, sopno size) in enlarge() function