Home | History | Annotate | Download | only in freetype

Lines Matching refs:block

85    *   Address of new memory block.  0~in case of failure.
99 * A function used to release a given block of memory.
105 * block ::
106 * The address of the target memory block.
111 void* block );
120 * A function used to re-allocate a given block of memory.
127 * The block's current size in bytes.
130 * The block's requested new size.
132 * block ::
133 * The block's current address.
136 * New block address. 0~in case of memory shortage.
139 * In case of error, the old block must still be available.
146 void* block );