/external/valgrind/coregrind/ |
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;
|
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...] |
/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...] |