| 682 | |
| 683 | #ifndef ARROW_JEMALLOC |
| 684 | Status jemalloc_set_decay_ms(int ms) { |
| 685 | return Status::NotImplemented("jemalloc support is not built"); |
| 686 | } |
| 687 | |
| 688 | Result<int64_t> jemalloc_get_stat(const char* name) { |
| 689 | return Status::NotImplemented("jemalloc support is not built"); |