Lines Matching full:as
100 …nothing, otherwise copy the data into a new block and return an object with that block as the data.
104 /// Return pointer to allocated memory as a void *..
105 /// \retval void * valid for as many bytes as were allocated.
117 /// Return pointer to allocated memory as a const void *.
118 /// \retval const void * valid for as many bytes as were allocated.
125 /// Return pointer to allocated memory as a char *.
126 /// \retval char * valid for as many bytes as were allocated.
133 /// Return pointer to allocated memory as a const char *.
134 /// \retval const char * valid for as many bytes as were allocated.
141 /// Return pointer to allocated memory as a uint8 *.
142 /// \retval uint8 * valid for as many bytes as were allocated.
149 /// Return pointer to allocated memory as a const uint8 *.
150 /// \retval const uint8 * valid for as many bytes as were allocated.
157 /// Return pointer to allocated memory as a uint16 *.
158 /// \retval uint16 * valid for as many bytes as were allocated.
165 /// Return pointer to allocated memory as a const uint16 *.
166 /// \retval const uint16 * valid for as many bytes as were allocated.
173 /// Return pointer to allocated memory as a int16 *.
174 /// \retval int16 * valid for as many bytes as were allocated.
181 /// Return pointer to allocated memory as a const int16 *.
182 /// \retval const int16 * valid for as many bytes as were allocated.
189 /// Return pointer to allocated memory as a uint32 *.
190 /// \retval uint32 * valid for as many bytes as were allocated.
197 /// Return pointer to allocated memory as a uint32 *.
198 /// \retval uint32 * valid for as many bytes as were allocated.
205 /// Return pointer to allocated memory as a const int32 *.
206 /// \retval const int32 * valid for as many bytes as were allocated.
213 /// Return pointer to allocated memory as a const int32 *.
214 /// \retval const int32 * valid for as many bytes as were allocated.
221 /// Return pointer to allocated memory as a uint64 *.
222 /// \retval uint64 * valid for as many bytes as were allocated.
229 /// Return pointer to allocated memory as a uint64 *.
230 /// \retval uint64 * valid for as many bytes as were allocated.
237 /// Return pointer to allocated memory as a const int64 *.
238 /// \retval const int64 * valid for as many bytes as were allocated.
245 /// Return pointer to allocated memory as a const int64 *.
246 /// \retval const int64 * valid for as many bytes as were allocated.
253 /// Return pointer to allocated memory as a real32 *.
254 /// \retval real32 * valid for as many bytes as were allocated.
261 /// Return pointer to allocated memory as a const real32 *.
262 /// \retval const real32 * valid for as many bytes as were allocated.
269 /// Return pointer to allocated memory as a real64 *.
270 /// \retval real64 * valid for as many bytes as were allocated.
277 /// Return pointer to allocated memory as a const real64 *.
278 /// \retval const real64 * valid for as many bytes as were allocated.