summaryrefslogtreecommitdiff
path: root/nuttx/libxx/libxx_internal.hxx
Commit message (Expand)AuthorAgeFilesLines
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+21
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-0/+67