/external/valgrind/coregrind/ |
m_wordfm.c | 84 void* (*alloc_nofail)( const HChar*, SizeT ); member in struct:_WordFM 505 void*(alloc_nofail)(const HChar*,SizeT), 512 nyu = alloc_nofail(cc, sizeof(AvlNode)); 537 alloc_nofail, cc ); 541 alloc_nofail, cc ); 549 void* (*alloc_nofail)( const HChar*, SizeT ), 556 fm->alloc_nofail = alloc_nofail; 571 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ), 576 WordFM* fm = alloc_nofail(cc, sizeof(WordFM)) [all...] |
m_sparsewa.c | 82 void* (*alloc_nofail)(const HChar*,SizeT); member in struct:_SparseWA 151 LevelN* levelN = swa->alloc_nofail( swa->cc, sizeof(LevelN) ); 160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); 234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT), 239 vg_assert(alloc_nofail); 242 swa = alloc_nofail( cc, sizeof(SparseWA) ); 244 swa->alloc_nofail = alloc_nofail;
|
/external/valgrind/cachegrind/ |
cg_merge.c | 64 void* (*alloc_nofail)( SizeT ), 69 WordFM* newFM( void* (*alloc_nofail)( SizeT ), 998 void* (*alloc_nofail)( SizeT ); member in struct:_WordFM [all...] |
/external/valgrind/include/ |
pub_tool_sparsewa.h | 55 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
|
pub_tool_wordfm.h | 82 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ), 172 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
|
/external/valgrind/helgrind/ |
hg_wordset.c | 356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ), 364 wsu = alloc_nofail( cc, sizeof(WordSetU) ); 366 wsu->alloc = alloc_nofail; 369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
|
hg_wordset.h | 50 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ),
|