| 694 | } |
| 695 | |
| 696 | Status jemalloc_stats_print(const char* opts) { |
| 697 | return Status::NotImplemented("jemalloc support is not built"); |
| 698 | } |
| 699 | |
| 700 | Status jemalloc_stats_print(std::function<void(const char*)> write_cb, const char* opts) { |
| 701 | return Status::NotImplemented("jemalloc support is not built"); |