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

/external/valgrind/main/include/
H A Dpub_tool_poolalloc.h49 typedef struct _PoolAlloc PoolAlloc; typedef in typeref:struct:_PoolAlloc
51 /* Create new PoolAlloc, using given allocation and free function, and
54 PoolAlloc* VG_(newPA) ( UWord elemSzB,
61 /* Free all memory associated with a PoolAlloc. */
62 extern void VG_(deletePA) ( PoolAlloc* pa);
65 extern void* VG_(allocEltPA) ( PoolAlloc* pa);
68 extern void VG_(freeEltPA) ( PoolAlloc* pa, void* p);
81 extern void VG_(addRefPA) ( PoolAlloc* pa);
86 extern UWord VG_(releasePA) ( PoolAlloc* pa);

Completed in 94 milliseconds