HomeSort by relevance Sort by last modified time
    Searched refs:releasePA (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/include/
pub_tool_poolalloc.h 78 each new reference to a pool and VG_(releasePA) when such a reference
80 VG_(releasePA) will automatically call VG_(deletePA)
86 // VG_(releasePA) decrements the pa reference count and deletes the pa if that
89 extern UWord VG_(releasePA) ( PoolAlloc* pa);
  /external/valgrind/main/coregrind/
m_poolalloc.c 140 UWord VG_(releasePA)(PoolAlloc* pa)
m_oset.c 385 if (!has_node_pa || VG_(releasePA)(t->node_pa) > 0) {

Completed in 155 milliseconds