| 699 | } |
| 700 | |
| 701 | Status jemalloc_stats_print(const char* opts) { |
| 702 | return Status::NotImplemented("jemalloc support is not built"); |
| 703 | } |
| 704 | |
| 705 | Status jemalloc_stats_print(std::function<void(const char*)> write_cb, const char* opts) { |
| 706 | return Status::NotImplemented("jemalloc support is not built"); |