summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/kmalloc.h
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* Fix error in new macro definition that causes compile problem when not using ...Gregory Nutt2014-09-041-3/+3
* Fix more places where the user-mode allocator is used to allocate kernel thre...Gregory Nutt2014-09-031-1/+36
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-16/+15
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-6/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-5/+4
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-4/+4
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-8/+10
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-19/+7
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-311-5/+4
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-2/+4
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-5/+5
* /proc task directories can now have sub-directoriesGregory Nutt2013-12-151-3/+3
* Add kernel/user memalign functions. Not fully integratedGregory Nutt2013-08-201-0/+5
* A few early fixes in kernel build testingpatacongo2013-03-121-0/+1
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-1/+1
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-24/+38
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-7/+14
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-5/+56
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-8/+6
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-2/+2
* Add support for multiple heapspatacongo2013-03-081-4/+1
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-3/+7
* Fix network poll() issue: don't interrupt poll if socket not connected. Lis...patacongo2013-03-071-4/+10
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-9/+17
* Header file clean-uppatacongo2012-07-171-1/+1
* Fix bugs introduced in last commitpatacongo2011-04-051-2/+2
* More separation of kernel- and user-memory managementpatacongo2011-04-051-4/+16
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-21/+22
* Move memory manager into user spacepatacongo2011-04-031-6/+13
* Added nxglib.hpatacongo2008-11-261-3/+3
* Added USB device controller driver for LPC214xpatacongo2008-09-291-1/+1
* typospatacongo2008-08-021-13/+13
* Finally, a clean SDCC compilepatacongo2007-02-271-4/+4
* NuttX RTOSpatacongo2007-02-171-0/+94