node/test
Ben Noordhuis 2433ec8276 buffer: allocate memory with mmap()
Work around an issue with the glibc malloc() implementation where memory blocks
are never returned to the operating system when they are allocated with brk()
and have overlapping lifecycles.

Fixes #4283.
2012-12-16 10:19:09 +01:00
..
addons test: update addons .gitignore 2012-05-24 14:07:09 +02:00
disabled test: disable eio-race tests 2012-11-27 07:18:00 +01:00
fixtures test: fixture for streams2 testing 2012-12-13 17:00:28 -08:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet test: pick another CNAME record to test dns queries 2012-09-26 01:57:24 +02:00
message test: Update message tests for streams2 2012-12-14 17:46:24 -08:00
pummel Merge remote-tracking branch 'ry/v0.8' into master 2012-12-13 16:57:58 -08:00
simple buffer: allocate memory with mmap() 2012-12-16 10:19:09 +01:00
common.js test: add common.mustCall function 2012-12-12 09:46:09 +01:00