|
|
|
|
|
by andreer
3189 days ago
|
|
The reason is simply, for performance. To avoid having to go to the kernel every time we need to allocate memory for a query, and avoid having to clear memory on free/reuse. It is made for Vespa, but also used for other programs. Similar in purpose to Google's TCMalloc:
http://goog-perftools.sourceforge.net/doc/tcmalloc.html |
|