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

  /external/valgrind/main/include/
pub_tool_poolalloc.h 51 typedef struct _PoolAlloc 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);
  /external/valgrind/main/coregrind/
m_poolalloc.c 51 PoolAlloc* VG_(newPA) ( UWord elemSzB,
57 PoolAlloc* pa;
80 void VG_(deletePA) ( PoolAlloc* pa)
93 static void pal_add_new_pool ( PoolAlloc* pa )
115 void* VG_(allocEltPA) ( PoolAlloc* pa)
127 void VG_(freeEltPA) ( PoolAlloc* pa, void* p)
135 void VG_(addRefPA) ( PoolAlloc* pa)
140 UWord VG_(releasePA)(PoolAlloc* pa)
m_oset.c 118 PoolAlloc* node_pa; // (optional) pool allocator for nodes.
  /external/chromium_org/third_party/angle/src/
translator_lib.target.darwin-arm64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.darwin-mips.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.darwin-mips64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.darwin-x86.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.darwin-x86_64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-arm64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-mips.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-mips64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-x86.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-x86_64.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.darwin-arm.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
translator_lib.target.linux-arm.mk 55 third_party/angle/src/compiler/translator/PoolAlloc.cpp \
  /external/valgrind/main/memcheck/
mc_include.h 124 extern PoolAlloc* MC_(chunk_poolalloc);
mc_malloc_wrappers.c 76 PoolAlloc *MC_(chunk_poolalloc) = NULL;
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c     [all...]
hg_main.c     [all...]

Completed in 3831 milliseconds