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
Gregory Nutt
0064dc52e5
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
..
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_malloc.c
audio/, crypto/, libnx/, and mm/: Change some err() ERRORS to warn() WARNINGS or info()
2016-06-12 09:46:23 -06:00
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
Reserver the name 'err' for other purposes
2016-06-11 14:40:07 -06:00
mm_sem.c
Add _ to the beginning of all debug macros to avoid name collisions
2016-06-16 12:33:32 -06:00
mm_shrinkchunk.c
…
mm_size2ndx.c
…
mm_zalloc.c
…