This is the mail archive of the ecos-patches@sourceware.org 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]

[Bug 1001814] Kinetis clock gating


Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001814

--- Comment #20 from Mike Jones <mjones@linear.com> ---
I printed out dlmalloc.cxx before I retired for the day and read some of the
description. I can't understand how this code with the large malloc ever
worked. Given the 26K heap, and the allocation up to 4K chunks, no chunk should
ever have been large enough unless it can append chunks, which my understanding
is that it can't do that.

Given that, I don't think I have any choice but to rewrite my algorithm to use
a 4K buffer.

So I can't find any reason not to commit this code, even if it breaks my code.

However, if anyone has any idea how it could have worked, please enlighten me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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