haiku/src/system/libroot/posix/malloc
Axel Dörfler 66b7a0f477 Renamed the _kern_init_heap_address_range() syscall to _kern_reserve_heap_address_range()
and made it more powerful.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16825 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-03-18 12:52:01 +00:00
..
arch-specific.cpp Renamed the _kern_init_heap_address_range() syscall to _kern_reserve_heap_address_range() 2006-03-18 12:52:01 +00:00
arch-specific.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
block.h Implemented a very simplistic and slow leak checker as compile time option 2006-03-13 16:10:32 +00:00
config.h Implemented a very simplistic and slow leak checker as compile time option 2006-03-13 16:10:32 +00:00
heap.cpp Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
heap.h Fixed GCC4 warning. 2006-01-08 13:09:31 +00:00
heapstats.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
Jamfile * libroot and the runtime loader are no longer built with kernel rules. 2005-11-27 13:31:50 +00:00
processheap.cpp Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
processheap.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
superblock.cpp Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
superblock.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
threadheap.cpp The maximum allocation size we've configured our allocator is 1 GB. Instead 2005-05-30 14:10:06 +00:00
threadheap.h Renamed src/kernel to src/system. 2005-04-13 13:06:35 +00:00
wrapper.cpp * Implemented a simple version of the private function mstats() (BeIDE needs it). 2006-03-14 23:15:57 +00:00