Home
last modified time | relevance | path

Searched refs:VLASetSize (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/champ/
H A Dvla.h37 #define vla_set_size(ptr,type,size) {ptr=(type*)VLASetSize(ptr,size);}
47 void *VLASetSize(void *ptr,unsigned int newSize);
54 #define VLASetSize(a,b) _champVLASetSize(__FILE__,__LINE__,a,b) macro
H A Dvla.c114 void *VLASetSize(void *ptr,unsigned int newSize) in VLASetSize() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMemoryDebug.cpp190 void *VLASetSize(void *ptr, size_t new_size) in VLASetSize() function
241 ptr = VLASetSize(ptr,new_size); in VLADeleteRaw()
269 ptr = VLASetSize(ptr,new_size); in VLAInsertRaw()
H A DMemoryDebug.h87 void *VLASetSize(void *ptr, size_t newSize);
156 ptr = static_cast<T*>(VLASetSize(ptr, size)); in VLASize2()