Searched defs:PoolAlloc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_poolalloc.h51 typedef struct _PoolAlloc PoolAlloc; typedef in typeref:struct:_PoolAlloc
53 /* Create new PoolAlloc, using given allocation and free function, and
57 extern PoolAlloc* VG_(newPA) ( UWord elemSzB,
64 /* Free all memory associated with a PoolAlloc. */
65 extern void VG_(deletePA) ( PoolAlloc* pa);
68 extern void* VG_(allocEltPA) ( PoolAlloc* pa);
71 extern void VG_(freeEltPA) ( PoolAlloc* pa, void* p);
85 extern void VG_(addRefPA) ( PoolAlloc* pa);
90 extern UWord VG_(releasePA) ( PoolAlloc* pa);
96 extern UWord VG_(sizePA) ( PoolAlloc* p
[all...]

Completed in 85 milliseconds