Searched refs:OSetAlloc_t (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_oset.h | 80 typedef void* (*OSetAlloc_t) ( HChar* cc, SizeT szB ); typedef 102 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc, HChar* cc, 200 OSetAlloc_t alloc, HChar* cc, 205 OSetAlloc_t alloc, HChar* cc,
|
/external/valgrind/main/coregrind/ |
D | m_oset.c | 115 OSetAlloc_t alloc; // allocator 289 OSetAlloc_t _alloc, HChar* _cc, in VG_() 318 OSetAlloc_t _alloc, HChar* _cc, in VG_() 366 AvlTree* VG_(OSetWord_Create)(OSetAlloc_t _alloc, HChar* _cc, in VG_()
|