output internal allocations
Status: Alpha
Brought to you by:
splurk
change trackalloc.c to write the number and size of persistent
internal allocations. This amount will be the sum of storage for:
alloc_hash: HASH_SIZE * sizeof(struct allocation *)
dump_threads: MAX_DUMP_THREADS * sizeof(pthread_t *)
alloc_hash elements: the number of alloc records in the hash *
sizeof(struct allocation)
dump_threads elements: the number of non-null dump_threads *
sizeof(pthread_t)