mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 05:12:15 +03:00
alloc
This commit is contained in:
parent
df03a242b3
commit
3364035913
File diff suppressed because it is too large
Load Diff
@ -53,9 +53,10 @@ macro_rules! gdb {
|
|||||||
// ```
|
// ```
|
||||||
//
|
//
|
||||||
// (see https://docs.rs/assert_no_alloc/latest/assert_no_alloc/#advanced-use)
|
// (see https://docs.rs/assert_no_alloc/latest/assert_no_alloc/#advanced-use)
|
||||||
#[cfg(debug_assertions)]
|
/*#[cfg(debug_assertions)]
|
||||||
#[global_allocator]
|
#[global_allocator]
|
||||||
static A: assert_no_alloc::AllocDisabler = assert_no_alloc::AllocDisabler;
|
static A: assert_no_alloc::AllocDisabler = assert_no_alloc::AllocDisabler;
|
||||||
|
*/
|
||||||
|
|
||||||
pub(crate) use gdb;
|
pub(crate) use gdb;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user