This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 17:33:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
adef84b68a6c8b10c61cbceebfbd2c878f8824c8
nuttx
/
mm
/
mm_heap
T
History
Jussi Kivilinna
81b5118727
mm_mallinfo: do heap end debug assert check with heap semaphore held
2017-08-03 10:01:26 -06:00
..
Make.defs
…
mm_addfreechunk.c
…
mm_brkaddr.c
…
mm_calloc.c
…
mm_extend.c
…
mm_free.c
…
mm_initialize.c
Add some comments.
2016-11-05 09:44:29 -06:00
mm_mallinfo.c
mm_mallinfo: do heap end debug assert check with heap semaphore held
2017-08-03 10:01:26 -06:00
mm_malloc.c
…
mm_memalign.c
…
mm_realloc.c
realloc(): When realloc() has to fall back to calling malloc(), size including overhead was being provided to malloc(), causing a slightly larger allocation than needed. Noted by initialkjc@yahoo.com
2017-03-28 07:23:46 -06:00
mm_sbrk.c
mm/: Remove dangling space at the end of lines.
2017-06-28 13:31:21 -06:00
mm_sem.c
…
mm_shrinkchunk.c
…
mm_size2ndx.c
…
mm_zalloc.c
…