Lines Matching full:new
115 /** Allocates new integer with 1B width
119 * @return **new** positive integer or `NULL` on memory allocation failure. The
124 /** Allocates new integer with 2B width
128 * @return **new** positive integer or `NULL` on memory allocation failure. The
133 /** Allocates new integer with 4B width
137 * @return **new** positive integer or `NULL` on memory allocation failure. The
142 /** Allocates new integer with 8B width
146 * @return **new** positive integer or `NULL` on memory allocation failure. The
151 /** Constructs a new positive integer
154 * @return **new** positive integer or `NULL` on memory allocation failure
158 /** Constructs a new positive integer
161 * @return **new** positive integer or `NULL` on memory allocation failure
165 /** Constructs a new positive integer
168 * @return **new** positive integer or `NULL` on memory allocation failure
172 /** Constructs a new positive integer
175 * @return **new** positive integer or `NULL` on memory allocation failure
179 /** Constructs a new negative integer
182 * @return **new** negative integer or `NULL` on memory allocation failure
186 /** Constructs a new negative integer
189 * @return **new** negative integer or `NULL` on memory allocation failure
193 /** Constructs a new negative integer
196 * @return **new** negative integer or `NULL` on memory allocation failure
200 /** Constructs a new negative integer
203 * @return **new** negative integer or `NULL` on memory allocation failure