Searched refs:malloc_layout (Results 1 – 1 of 1) sorted by relevance
123 let layout = malloc_layout(size).unwrap(); in free()134 let layout = malloc_layout(size)?; in allocate()153 fn malloc_layout(size: NonZeroUsize) -> Option<Layout> { in malloc_layout() function