Searched defs:sbrk (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dnextstep.c82 void *sbrk(int incr) function
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c155 Additionally, even when size_t is unsigned, sbrk (which is by
243 MORECORE sbrk
279 /* Use the supplied emulation of sbrk */
280 #define MORECORE sbrk
303 static void *sbrk(long size);
587 sbrk fails, and mmap is used as a backup (which is done only if
590 address space, so sbrk cannot perform contiguous expansion, but
732 Because trimming via sbrk can be slow on some systems, and can
764 sbrk, mmap, and munmap otherwise degrade performance, the default
793 retain whenever sbrk i
4602 static void *sbrk (long size) { function
[all...]

Completed in 37 milliseconds