Searched hist:"360 d4974b96a6821dbf4b31e0662bfcd31f713bc" (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/private/kernel/ |
H A D | debug_heap.h | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/debug/ |
H A D | debug_heap.cpp | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | Jamfile | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | debug_parser.cpp | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | debug_commands.cpp | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | debug.cpp | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/build/config_headers/ |
H A D | kernel_debug_config.h | 360d4974b96a6821dbf4b31e0662bfcd31f713bc Wed Jun 03 12:28:49 UTC 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced the temporary storage used in the kernel debug command parser. We now have a simple dedicated heap for the kernel debugger with stacked allocation pools (deleting a pool frees all memory allocated in it). The heap should eventually be used for all commands that need temporary storage too large for the stack instead of each using its own static buffer.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30949 a95241bf-73f2-0310-859d-f6bbb57e9c96
|