Thread: memory allocation in bytes

  1. #16
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    As with the other 4 threads on malloc started by the same person, we probably need to understand what he/she is doing to help further. Unfortunately, it seems like this person prefers to start another thread on a similar subject rather than continue a previous one [this perhaps a misconstrued "Don't wake old threads" - I'm sure 2-3 days WHEN IT'S RELATED is fine - or just inability to find the old thread (considering that there are often 100 threads per day, I'm not surprised)].

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  2. #17
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I'm sure 2-3 days WHEN IT'S RELATED is fine
    I figure that if it's not on the first two pages, then related or not, the thread is too far gone to reply to. But that's just me.
    My best code is written with the delete key.

  3. #18
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by Prelude View Post
    >I'm sure 2-3 days WHEN IT'S RELATED is fine
    I figure that if it's not on the first two pages, then related or not, the thread is too far gone to reply to. But that's just me.
    I guess that is a judgment call [first two pages of a specific board, e.g. C programming, or first two pages of "New posts"?]

    But if it's a very closely related subject, then it just gets fragmented and confusing if the thread is split into four different sections. We are not all on this board all the time, and the original thread may contain information not known to the current reader - it is naturally a balance - on another board where I'm a moderator, occasionally someone will wake threads that are more than 3 years old. Nearly every time, it's for something rather unrelated to the ORIGINAL thread, and thus should not be part of the old thread - time to use the "split thread" button.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Static Memory allocation
    By p3rry in forum C Programming
    Replies: 25
    Last Post: 12-23-2008, 08:30 AM
  2. Increasing memory allocation in function
    By Ramses800 in forum C Programming
    Replies: 3
    Last Post: 12-16-2008, 05:30 AM
  3. Assignment Operator, Memory and Scope
    By SevenThunders in forum C++ Programming
    Replies: 47
    Last Post: 03-31-2008, 06:22 AM
  4. Memory allocation at runtime?
    By electrolove in forum C Programming
    Replies: 6
    Last Post: 02-05-2003, 11:39 AM
  5. Memory Allocation :: C/C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 08-15-2002, 10:38 AM