Search:

Type: Posts; User: ruairi

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,115

    Thanks very much for that. Here's exactly what...

    Thanks very much for that. Here's exactly what worked in the end.



    FILE *fp;
    int myint;
    int BUFFERSIZE=80;
    char *buf=malloc(85);
    if((fp =...
  2. Replies
    1
    Views
    4,115

    Getting VmSize of a running process

    Hi all,

    I'd be glad of any help with either or both of the following questions:

    1. What would be the preferred (or most efficient) way of getting an application's current VmSize...
  3. Thanks for the reply :) 'Twas just what I needed.

    Thanks for the reply :) 'Twas just what I needed.
  4. Returning PID from execve family of functions?

    Hi all,

    Just wondering if it's possible to programatically get the PID of an app that has just been executed
    using one of the execve(2) family of functions?

    For context, I'm writing an app...
Results 1 to 4 of 4