]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
add the new memory allocator for netmap, which allocates memory
authorLuigi Rizzo <luigi@FreeBSD.org>
Fri, 13 Apr 2012 16:32:33 +0000 (16:32 +0000)
committerLuigi Rizzo <luigi@FreeBSD.org>
Fri, 13 Apr 2012 16:32:33 +0000 (16:32 +0000)
commitccdc3305e42b64cd16b3e072519d3fd0b7686848
tree79ebc0c0958eb268c4d317f13277624f1a2bade7
parentd76bf4ff7b9b7bcecd295403d2663218bb646dab
add the new memory allocator for netmap, which allocates memory
in small clusters instead of one big contiguous chunk.
This was already enabled in the previous commit.
sys/dev/netmap/netmap_mem2.c [new file with mode: 0644]