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

  /external/valgrind/include/
pub_tool_poolalloc.h 79 each new reference to a pool and VG_(releasePA) when such a reference
81 VG_(releasePA) will automatically call VG_(deletePA)
87 // VG_(releasePA) decrements the pa reference count and deletes the pa if that
90 extern UWord VG_(releasePA) ( PoolAlloc* pa);
  /external/valgrind/coregrind/
m_poolalloc.c 144 UWord VG_(releasePA)(PoolAlloc* pa)
m_oset.c 383 if (!has_node_pa || VG_(releasePA)(t->node_pa) > 0) {

Completed in 45 milliseconds