This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Quick and stupid question RE: dlmalloc


NavEcos wrote:
I've been tracing the code, and I don't see who CAN use dlmalloc. It doesn't appear to be part of the eCos kapi.cxx files so the cyg_mempool_var_* don't use the dlmalloc implementation. How do you access the dlmalloc from user level code or is it reserved for system level allocation/deallocation?
malloc uses it by default. Or users can use it directly using <cyg/memalloc/dlmalloc.hxx>. See the memalloc package's CDL.

Jifl
--
eCosCentric http://www.eCosCentric.com/ <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]