Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
81 views

Is it worth experimenting with different heap allocators on Linux for multi core servers for nginx or haproxy

I am doing some experiments to find out the ceiling of my requests per second rate of haproxy and nginx on RHEL or Centos. Part of my setup in nginx uses embedded LUA in the form of LuaJIT. My ...
0
votes
1answer
28 views

Specify allocator Google's compression library — Snappy — uses?

Is there a way to replace the default allocator Google's compression library -- Snappy -- uses? My goal is to replace system provided memory allocation code (malloc, new, etc.) with my own functions ...
0
votes
0answers
138 views

how hoard,nedmalloc get linked to our programs

I am trying to understand how "hoard","nedmalloc" get linked to the windows projects.What I understand is that if we compile our program as _MD option then it gets linked to msvcrt*.dll. All of our ...
0
votes
1answer
213 views

Hoard C++ Crash

We are trying to evaluate Hoard in our multithreaded application which runs both on Windows and Mac OSX ( Leopard, Snow Leopard). We are using Boost, Curl, libJpeg and log4cplusplus as 3rd party ...
0
votes
1answer
131 views

statically linking Hoard memory allocator

Anybody know of documentation on how to link libhoard as a static library in linux?
0
votes
1answer
319 views

Hoard allocator not “working”?

I'm trying to Hoard allocator to work, but it seems it doesn't. I have a benchmark application that does a lot of dynamic memory management. The execution time for Hoard and glibc memory manager is ...