We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcb795 commit aeec7e8Copy full SHA for aeec7e8
profiling/src/allocation/mod.rs
@@ -1,11 +1,11 @@
1
-mod tls_allocation_profiling_stats;
+mod profiling_stats;
2
3
#[cfg(php_zend_mm_set_custom_handlers_ex)]
4
pub mod allocation_ge84;
5
#[cfg(not(php_zend_mm_set_custom_handlers_ex))]
6
pub mod allocation_le83;
7
8
-pub use tls_allocation_profiling_stats::*;
+pub use profiling_stats::*;
9
10
use crate::bindings::{self as zend};
11
use crate::profiling::Profiler;
…cation/tls_allocation_profiling_stats.rs …filing/src/allocation/profiling_stats.rsprofiling/src/allocation/tls_allocation_profiling_stats.rs renamed to profiling/src/allocation/profiling_stats.rs
0 commit comments