c++ - Consumed memory per process -
how can current total allocated memory far (in linux process in c/c++ (gcc))?
try parsing /proc/self/maps or /proc/$pid/maps . line marked [heap].
how can current total allocated memory far (in linux process in c/c++ (gcc))?
try parsing /proc/self/maps or /proc/$pid/maps . line marked [heap].
Comments
Post a Comment