Hi all, I am trying to add a dcmd to mdb that lists the zpool history from the dump. In the code, I want to allocate an array dynamically for which the size is not known beforehand. I want to use realloc for that. For alloc and free, we have corresponding mdb_alloc and mdb_free in mdb. Do we have sumthing like mdb_realloc too?? I could not find anything like that. Kindly tell me how to do it in mdb.
Regards Saloni Arya Intern, SUN Microsystems