Skip to content

Commit aeec7e8

Browse files
rename (no tls anymore)
1 parent cdcb795 commit aeec7e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

profiling/src/allocation/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
mod tls_allocation_profiling_stats;
1+
mod profiling_stats;
22

33
#[cfg(php_zend_mm_set_custom_handlers_ex)]
44
pub mod allocation_ge84;
55
#[cfg(not(php_zend_mm_set_custom_handlers_ex))]
66
pub mod allocation_le83;
77

8-
pub use tls_allocation_profiling_stats::*;
8+
pub use profiling_stats::*;
99

1010
use crate::bindings::{self as zend};
1111
use crate::profiling::Profiler;
File renamed without changes.

0 commit comments

Comments
 (0)