Home
last modified time | relevance | path

Searched refs:OSetWord_Create (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/include/
Dpub_tool_oset.h106 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc_fn, const HChar* cc,
/external/valgrind/memcheck/tests/
Dunit_oset.c310 OSet* oset = VG_(OSetWord_Create)(allocate_node, "oset_test.2", free_node); in example1b()
/external/valgrind/coregrind/
Dm_oset.c364 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t alloc_fn, const HChar* cc, in VG_() argument
Dm_redir.c1048 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c4436 aiocbp_table = VG_(OSetWord_Create)(VG_(malloc), "syswrap.aio", VG_(free)); in aio_init()