| 687 | |
| 688 | #ifndef ARROW_JEMALLOC |
| 689 | Status jemalloc_set_decay_ms(int ms) { |
| 690 | return Status::NotImplemented("jemalloc support is not built"); |
| 691 | } |
| 692 | |
| 693 | Result<int64_t> jemalloc_get_stat(const char* name) { |
| 694 | return Status::NotImplemented("jemalloc support is not built"); |