bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Implement /proc/slabinfo


From: Pino Toscano
Subject: Re: [PATCH] Implement /proc/slabinfo
Date: Sat, 24 May 2014 11:03:48 +0200

Il 23.05.2014 08:54 Justus Winter ha scritto:
Add a node 'slabinfo' to the root directory that contains information
about the slab allocator used in GNU Mach.

The formatting code has been taken from Richard Braun's standalone
client available here:

git://darnassus.sceen.net/rbraun/slabinfo.git
[...]
+ infos = malloc ((cache_info_count + 1) * sizeof *infos);
+ if (infos == NULL)
+ return ENOMEM;

What about using FILE + open_memstream to ease the output?

--
Pino Toscano


Scopri istella, il nuovo motore per il web italiano.
Istella garantisce risultati di qualità e la possibilità di condividere, in modo semplice e veloce, documenti, immagini, audio e video.
Usa istella, vai su http://www.istella.it?wtk=amc138614816829636





reply via email to

[Prev in Thread] Current Thread [Next in Thread]