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-06 08:36:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7c06438315af4a1a222a5bdaa840711d34ff80e3
nuttx
/
mm
/
mm_heap
T
History
Gregory Nutt
2dae0ef0db
mm/mm_heap/mm_sem.c: Fix error that occurs when CONFIG_CPP_HAVE_VARARGS is not defined. In that case, the arguments to the debug macro will all be evaluated even though they are not used any variables that are references must at least be defined.
2019-06-03 09:02:55 -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/mm_heap/mm_calloc.c: Verify that the number of elements times the size of an element will not overflow type size_t. This is required by the SEI CERT C coding style and resolves anonymous Bitbucket Issue
#139
2019-01-07 16:13:48 -06:00
mm_extend.c
…
mm_free.c
Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request
#757
)
2018-11-12 15:36:35 +00:00
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_malloc.c
Merged in paimonen/nuttx/pullreq_libc_libnx_updates (pull request
#757
)
2018-11-12 15:36:35 +00:00
mm_memalign.c
…
mm_realloc.c
…
mm_sbrk.c
mm/mm_heap/mm_sbrk.c: Fix backward conditional test. Should call mm_initialize() when brkaddr equal zero
2019-01-26 07:07:42 -06:00
mm_sem.c
mm/mm_heap/mm_sem.c: Fix error that occurs when CONFIG_CPP_HAVE_VARARGS is not defined. In that case, the arguments to the debug macro will all be evaluated even though they are not used any variables that are references must at least be defined.
2019-06-03 09:02:55 -06:00
mm_shrinkchunk.c
…
mm_size2ndx.c
…
mm_zalloc.c
…