| 1943 | } |
| 1944 | |
| 1945 | void decrement_mapping(size_t size) noexcept |
| 1946 | { |
| 1947 | stats->decrement_mapping(size); |
| 1948 | mapped_memory -= size; |
| 1949 | } |
| 1950 | |
| 1951 | #ifdef MEM_DEBUG |
| 1952 | // Print out pool contents. This is debugging routine |
no outgoing calls
no test coverage detected