Lines Matching refs:alloc
409 #[cfg(feature = "alloc")]
411 pub extern crate alloc;
413 #[cfg(not(feature = "alloc"))]
414 extern crate core as alloc;
425 #[cfg(not(any(feature = "alloc", cxx_experimental_no_alloc)))]
427 r#"cxx support for no_alloc is incomplete and semver exempt; you must build with at least one of feature="std", feature="alloc", or RUSTFLAGS='--cfg cxx_experimental_no_alloc'"#
430 #[cfg(all(compile_error_if_alloc, feature = "alloc"))]
432 r#"feature="alloc" is unexpectedly enabled"#
471 #[cfg(feature = "alloc")]
503 #[cfg(feature = "alloc")]
507 #[cfg(feature = "alloc")]
510 #[cfg(feature = "alloc")]