rt.memory

This module exposes functionality for inspecting and manipulating memory.

Members

Enums

PRMAPSZ
anonymousenum PRMAPSZ
Undocumented in source.

Functions

initStaticDataPtrs
void initStaticDataPtrs()
Undocumented in source. Be warned that the author may not have intended to support it.
parseDataProcMaps
void parseDataProcMaps()
Undocumented in source. Be warned that the author may not have intended to support it.
parseDataProcMaps
void parseDataProcMaps()
Undocumented in source. Be warned that the author may not have intended to support it.
printf
int printf(char* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rt_scanStaticData
void rt_scanStaticData(scanFn scan)
rt_stackBottom
void* rt_stackBottom()
Undocumented in source. Be warned that the author may not have intended to support it.
rt_stackTop
void* rt_stackTop()

Structs

prmap
struct prmap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

S
int S;
Undocumented in source.
_userlimit
void* _userlimit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, in both source and binary form, subject to the following restrictions:

o The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. o Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. o This notice may not be removed or altered from any source distribution.

Authors

Walter Bright, Sean Kelly