This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
mm
/
mm_heap
History
Xiang Xiao
86eef8ce3a
mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist.
2018-08-23 09:38:49 -06:00
..
Make.defs
mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist.
2018-08-23 09:38:49 -06:00
mm_addfreechunk.c
…
mm_brkaddr.c
…
mm_calloc.c
…
mm_extend.c
…
mm_free.c
…
mm_heapmember.c
mm/: add mm_heapmember function and reimplement kmm_heapmember base on mm_heapmember since this function is very useful if multiple heaps exist.
2018-08-23 09:38:49 -06:00
mm_initialize.c
Standardization of some function headers.
2018-03-13 09:52:27 -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: Fix a typo in a debug assertion.
2017-11-22 07:30:48 -06:00
mm_memalign.c
mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck size. Unaligned nodes generated by memalign later cause heap corruptions when nodes are shrink further (for example, 24 bytes -> 8 bytes, when alignment is 16 bytes).
2017-10-24 15:35:52 -06:00
mm_realloc.c
…
mm_sbrk.c
…
mm_sem.c
Merged in masayuki2009/nuttx.nuttx/fix_smp_bugs (pull request
#615
)
2018-03-20 12:34:38 +00:00
mm_shrinkchunk.c
mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck size. Unaligned nodes generated by memalign later cause heap corruptions when nodes are shrink further (for example, 24 bytes -> 8 bytes, when alignment is 16 bytes).
2017-10-24 15:35:52 -06:00
mm_size2ndx.c
…
mm_zalloc.c
…