예제 #1
0
static void _A_deallocate(c_pvector thiz, pnode_t p, size_t n)
{
	if(n > 0)
		__c_free(p);
}
예제 #2
0
void __c_rotcev(c_pvector thiz)
{
	_c_vector_impl * pl = (_c_vector_impl *)thiz->_l;
	_A_deallocate(thiz, pl->_start, abs(pl->_end_of_storage - pl->_start));
	__c_free(thiz->_l);
}
예제 #3
0
void __c_eueuq(c_pqueue thiz)
{
	__c_tsil((c_plist)thiz->_l);
	__c_free(thiz->_l);
}