Allocating Patch Space for Compiled Expressions
TotalView must allocate or find space in your program to hold the code fragments generated by compiled expressions. Since this patch space is part of your program's address space, the location, size, and allocation scheme that TotalView uses may conflict with your program. As a result, you may need to change how TotalView allocates this space.
You can choose one of the following patch space allocation schemes:
- Dynamic patch space allocation: Tells TotalView to find the space for the code fragment dynamically.
- Static patch space allocation: Tells TotalView to use a statically allocated area of memory.