allez un petit coup de malloc sur freshmeat: http://freshmeat.net/search/?q=malloc§ion=projects&Go.x(...)
retourne de suite un programme du domiane public: http://freshmeat.net/projects/smalloc/(...)
Unlike malloc, however, smalloc takes a static memory buffer (as an initialization parameter). It is this buffer that smalloc manages when doling out memory to client code. This design makes smalloc ideal for use inside a Realtime Linux kernel module. It also makes it much easire to port userspace code that relies on malloc() in C or operator new() in C++ for memory management to a realtime kernel module.
[^] # malloc freshmeat
Posté par free2.org . En réponse à la dépêche PTT : un outil de trace pour la NPTL. Évalué à 2.
http://freshmeat.net/search/?q=malloc§ion=projects&Go.x(...)
retourne de suite un programme du domiane public:
http://freshmeat.net/projects/smalloc/(...)
Unlike malloc, however, smalloc takes a static memory buffer (as an initialization parameter). It is this buffer that smalloc manages when doling out memory to client code. This design makes smalloc ideal for use inside a Realtime Linux kernel module. It also makes it much easire to port userspace code that relies on malloc() in C or operator new() in C++ for memory management to a realtime kernel module.