R
Richard Tobin
When malloc is in conflict with their own memory manager.
Do they actually work in such a way that malloc() *conflicts* with
their memory manager, rather than just being independent of it?
-- Richard
When malloc is in conflict with their own memory manager.
CBFalconer said:Walter did. Note the underlined referances.
Richard said:Once more. Please read what you are replying to. Your contributions are
become more useless by the post. If you don't have anything to offer,
then keep quiet.
Excuse me. If the regs stopped posting useless/wrong stuff, all you'd
hear in here would be crickets.
And where would be the fun in that? I say: Keep it comin'!
Tor Rustad said:IF you did, then please explain how this make sense:
"The amount of space required corresponds to the number of
simultaneously open files, not the total number ever opened."
FYI, assume that a program open X files, load the content of all X
files, then close X files.
At this point, the "simultaneously open files" are only 3. If free()
implementation has no explicit system call to free the space allocated,
the memory required by the program at this point, does _not_ correspond
to 3 files, but to
3 + X
files.
Ok, the maximum number of simultaneously open files.
Richard said:.... snip ...
Once more. Please read what you are replying to. Your
contributions are become more useless by the post. If you don't
have anything to offer, then keep quiet.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.