Lines Matching refs:allocate_result
71 struct allocate_result { struct
79 static struct allocate_result argument
85 return (struct allocate_result) in allocate_1()
99 return (struct allocate_result) {q, _Alignof (max_align_t)}; in allocate_1()
104 return (struct allocate_result) {p, alignment}; in allocate_1()
109 return (struct allocate_result) {p, alignment}; in allocate_1()
125 return (struct allocate_result) {p, alignment}; in allocate_1()
130 return (struct allocate_result) {p, page_size}; in allocate_1()
135 return (struct allocate_result) {p, page_size}; in allocate_1()
148 return (struct allocate_result) {p, _Alignof (max_align_t)}; in allocate_1()
158 struct allocate_result r = allocate_1 (); in allocate()