Lines Matching full:param
118 * \param page Memory page to initialize.
119 * \param capacity Capacity allocated for the memory page.
133 * \param capacity Capacity for the memory page.
151 * \param page Memory page to destroy.
166 * \param parent Parent pool (may be null).
293 * \param pool Pool to be destroyed.
385 * \param pool Pool pointer.
386 * \param recurse Is operation recursive to child pools?
495 * \param pool Memory pool to allocate from.
496 * \param numBytes Number of bytes to allocate.
512 * \param pool Memory pool to allocate from.
513 * \param numBytes Number of bytes to allocate.
514 * \param alignBytes Required alignment in bytes, must be power of two.
532 * \param pool Memory pool to allocate from.
533 * \param ptr Piece of memory to duplicate.
546 * \param pool Memory pool to allocate from.
547 * \param str String to duplicate.
561 * \param pool Memory pool to allocate from.
562 * \param str String to duplicate.
563 * \param maxLength Maximum number of characters to duplicate.