Home | History | Annotate | Download | only in include

Lines Matching refs:pa

64 extern void VG_(deletePA) ( PoolAlloc* pa);
66 /* Allocates an element from pa. */
67 extern void* VG_(allocEltPA) ( PoolAlloc* pa);
69 /* Free element of pa. */
70 extern void VG_(freeEltPA) ( PoolAlloc* pa, void* p);
81 to delete the PA when the ref counter drops to 0. */
83 // VG_(addRefPA) indicates there is a new reference to pa.
84 extern void VG_(addRefPA) ( PoolAlloc* pa);
86 // VG_(releasePA) decrements the pa reference count and deletes the pa if that
89 extern UWord VG_(releasePA) ( PoolAlloc* pa);