user function to return total number of allocations */
| 195 | |
| 196 | /* user function to return total number of allocations */ |
| 197 | size_t getAllocCount() |
| 198 | { |
| 199 | return stats.count; |
| 200 | } |
| 201 | |
| 202 | /* sets the maximum available memory */ |
| 203 | void setAllocLimit(size_t maxBytes) |