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

/external/valgrind/main/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
56 PoolAlloc* VG_(newPA) ( UWord elemSzB,
63 /* Free all memory associated with a PoolAlloc. */
64 extern void VG_(deletePA) ( PoolAlloc* pa);
67 extern void* VG_(allocEltPA) ( PoolAlloc* pa);
70 extern void VG_(freeEltPA) ( PoolAlloc* pa, void* p);
84 extern void VG_(addRefPA) ( PoolAlloc* pa);
89 extern UWord VG_(releasePA) ( PoolAlloc* pa);

Completed in 117 milliseconds