search for: d5f67c06

Displaying 2 results from an estimated 2 matches for "d5f67c06".

2005 Feb 21
0
[LLVMdev] Question about Pools
On Mon, 21 Feb 2005, xavier wrote: > Hello, > > I have some questions about Pool Allocation > > Is it possible for a program to access and manipulate an (automatically > allocated) pool at run time? For example, if a program wants to dump all > the allocated pools that is using, is it possible to enumerate all those > pools and access them (contents and information
2005 Feb 21
2
[LLVMdev] Question about Pools
Hello, I have some questions about Pool Allocation Is it possible for a program to access and manipulate an (automatically allocated) pool at run time? For example, if a program wants to dump all the allocated pools that is using, is it possible to enumerate all those pools and access them (contents and information about the pool) and then dump all this information to a file? Also, please