Searched defs:alloc_err (Results 1 – 9 of 9) sorted by relevance
81 macro_rules! alloc_err { macro
108 const char alloc_err[] = "Cannot allocate memory\n"; variable
110 const char alloc_err[] = "Cannot allocate memory\n"; variable
96 fn alloc_err(self, layout: Layout) -> TryReserveError { in alloc_err() method
92 fn alloc_err(self, layout: Layout) -> TryReserveError { in alloc_err() method