Lines Matching full:similar
99 * similar to \c malloc.
106 * This is similar to \c calloc with a size of 1.
113 * Similar to \c realloc. Unlike C89, passing 0 for \p size does not free the
130 * Similar to \c calloc, but does not initialize the memory to zero.
147 * Similar to \c calloc.
164 * Similar to \c realloc. Unlike C89, passing 0 for \p size does not free the
183 * Similar to \c calloc, but does not initialize the memory to zero.
193 * Similar to \c calloc.
203 * Similar to \c realloc. Unlike C89, passing 0 for \p size does not free the
273 * This appends \p str to \p *dest, similar to \c strcat, using ralloc_resize