Home
|
Table of Contents
|
Overview Map
|
Icon Legend
AMPolice
Nikolaus Seydel , Sagar Seth
gmail/gtalk id: toofan0909
Home
>
2. Usage
>
2.4 API
>
2.4.3 struct mpapi
Previous
Next
2.4.3
struct mpapi
struct mpapi {
void *addr; // memory chunk address
void **pbtrace; // pointer to backtrace, an array of void*
long size; // memory chunk size
};
Addr
shall be pointing to current address in the memory for the malloc,calloc,realloc
pbtrace
shall be containing the items for the trace of the alloc
size
will the telling you the amount of memory held up by this malloc, calloc,realloc
Top
Amadeus , Your Technology Partner
Last updated:
16-Jul-09