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

  /external/valgrind/main/include/
pub_tool_sparsewa.h 54 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
pub_tool_wordfm.h 81 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
179 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
  /external/valgrind/main/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),
511 nyu = alloc_nofail(cc, sizeof(AvlNode));
541 alloc_nofail, cc );
547 alloc_nofail, cc );
557 void* (*alloc_nofail)( const HChar*, SizeT ),
564 fm->alloc_nofail = alloc_nofail;
579 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ),
584 WordFM* fm = alloc_nofail(cc, sizeof(WordFM))
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 64 void* (*alloc_nofail)( SizeT ),
69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
985 void* (*alloc_nofail)( SizeT ); member in struct:_WordFM
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.h 50 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ),
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,

Completed in 68 milliseconds