Search:

Type: Posts; User: rsgysel

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    19,652

    interesting - so I'd be doing this to avoid type...

    interesting - so I'd be doing this to avoid type errors which lead to over-allocation (and I suppose under-allocation in other situations) as above? or is there another reason to do this?
  2. Replies
    10
    Views
    19,652

    wow - thanks for catching this. I generate tons...

    wow - thanks for catching this. I generate tons and tons of these nodes, so this will help.
  3. Replies
    10
    Views
    19,652

    Thanks for the great info, makes a lot of sense....

    Thanks for the great info, makes a lot of sense. What I had to sort out was whether I should count the process as killed and call it quits (which is what I'm going to do) or if there was more work to...
  4. Replies
    10
    Views
    19,652

    Malloc failure to allocate memory

    Hello,

    I am having a memory allocation error, and will post some code, but some context first is important. My program, on certain problem instances, will run out of memory, regardless of any type...
  5. yup - it was less a question of overhead...

    yup - it was less a question of overhead associated with a function call, and more that the exact same deterministic function is called twice with the exact same input, and taking less clock cycles...
  6. Outside influences on clock cycles? (clock_t)

    Hi all,

    I'm using clock cycles to count how much time some function calls take, but the results seem off. Does clock() give clock cycles being run by just my C program, or clock cycles since it...
Results 1 to 6 of 6