On Mon, June 23, 2008 4:53 pm, Phil Dibowitz wrote:
> Because you didn't ask for an LH type. You asked for a standard type.
> Strings, ints, etc. I think are standard.

The type of an object has absolutely nothing to do with how it was
allocated; to return a pointer, code could malloc() memory, return a
pointer to a static (global) object, mmap() something, and I'm sure there
are more examples.

> If you compile libconcord with a debug malloc/free you best recompile
> the whole thing - including it's libraries.

There's no need if this kind of assumption isn't made.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to