/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/ |
H A D | m_wordfm.c | 84 void* (*alloc_nofail)( const HChar*, SizeT ); member 512 nyu = alloc_nofail(cc, sizeof(AvlNode)); in avl_dopy() 537 alloc_nofail, cc ); in avl_dopy() 541 alloc_nofail, cc ); in avl_dopy() 556 fm->alloc_nofail = alloc_nofail; in initFM() 576 WordFM* fm = alloc_nofail(cc, sizeof(WordFM)); in VG_() 577 initFM(fm, alloc_nofail, cc, dealloc, kCmp); in VG_() 615 node = fm->alloc_nofail( fm->cc, sizeof(AvlNode) ); in VG_() 804 nyu = fm->alloc_nofail( fm->cc, sizeof(WordFM) ); in VG_() 814 fm->alloc_nofail, fm->cc ); in VG_() [all …]
|
H A D | m_sparsewa.c | 82 void* (*alloc_nofail)(const HChar*,SizeT); member 151 LevelN* levelN = swa->alloc_nofail( swa->cc, sizeof(LevelN) ); in swa_new_LevelN() 160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); in swa_new_Level0() 234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT), in VG_() 239 vg_assert(alloc_nofail); in VG_() 242 swa = alloc_nofail( cc, sizeof(SparseWA) ); in VG_() 244 swa->alloc_nofail = alloc_nofail; in VG_()
|
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/ |
H A D | m_wordfm.c | 84 void* (*alloc_nofail)( const HChar*, SizeT ); member 512 nyu = alloc_nofail(cc, sizeof(AvlNode)); in avl_dopy() 537 alloc_nofail, cc ); in avl_dopy() 541 alloc_nofail, cc ); in avl_dopy() 556 fm->alloc_nofail = alloc_nofail; in initFM() 576 WordFM* fm = alloc_nofail(cc, sizeof(WordFM)); in VG_() 577 initFM(fm, alloc_nofail, cc, dealloc, kCmp); in VG_() 615 node = fm->alloc_nofail( fm->cc, sizeof(AvlNode) ); in VG_() 804 nyu = fm->alloc_nofail( fm->cc, sizeof(WordFM) ); in VG_() 814 fm->alloc_nofail, fm->cc ); in VG_() [all …]
|
H A D | m_sparsewa.c | 82 void* (*alloc_nofail)(const HChar*,SizeT); member 151 LevelN* levelN = swa->alloc_nofail( swa->cc, sizeof(LevelN) ); in swa_new_LevelN() 160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) ); in swa_new_Level0() 234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT), in VG_() 239 vg_assert(alloc_nofail); in VG_() 242 swa = alloc_nofail( cc, sizeof(SparseWA) ); in VG_() 244 swa->alloc_nofail = alloc_nofail; in VG_()
|
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/cachegrind/ |
H A D | cg_merge.c | 64 void* (*alloc_nofail)( SizeT ), 69 WordFM* newFM( void* (*alloc_nofail)( SizeT ), 998 void* (*alloc_nofail)( SizeT ); member 1347 void*(alloc_nofail)(SizeT) ) in avl_dopy() 1352 nyu = alloc_nofail(sizeof(AvlNode)); in avl_dopy() 1398 void* (*alloc_nofail)( SizeT ), in initFM() 1404 fm->alloc_nofail = alloc_nofail; in initFM() 1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ), in newFM() 1414 WordFM* fm = alloc_nofail(sizeof(WordFM)); in newFM() 1416 initFM(fm, alloc_nofail, dealloc, kCmp); in newFM() [all …]
|
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/cachegrind/ |
H A D | cg_merge.c | 64 void* (*alloc_nofail)( SizeT ), 69 WordFM* newFM( void* (*alloc_nofail)( SizeT ), 998 void* (*alloc_nofail)( SizeT ); member 1347 void*(alloc_nofail)(SizeT) ) in avl_dopy() 1352 nyu = alloc_nofail(sizeof(AvlNode)); in avl_dopy() 1398 void* (*alloc_nofail)( SizeT ), in initFM() 1404 fm->alloc_nofail = alloc_nofail; in initFM() 1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ), in newFM() 1414 WordFM* fm = alloc_nofail(sizeof(WordFM)); in newFM() 1416 initFM(fm, alloc_nofail, dealloc, kCmp); in newFM() [all …]
|
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/ |
H A D | 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 ),
|
H A D | pub_tool_sparsewa.h | 55 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
|
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/ |
H A D | 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 ),
|
H A D | pub_tool_sparsewa.h | 55 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
|
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/ |
H A D | hg_wordset.h | 50 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ),
|
H A D | hg_wordset.c | 356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ), in HG_() 364 wsu = alloc_nofail( cc, sizeof(WordSetU) ); in HG_() 366 wsu->alloc = alloc_nofail; in HG_() 369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc, in HG_()
|
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/ |
H A D | hg_wordset.h | 50 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ),
|
H A D | hg_wordset.c | 356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ), in HG_() 364 wsu = alloc_nofail( cc, sizeof(WordSetU) ); in HG_() 366 wsu->alloc = alloc_nofail; in HG_() 369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc, in HG_()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/ |
H A D | resource.c | 1321 bool alloc_nofail = false; in release_mem_region_adjustable() local 1338 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable() 1393 alloc_nofail = true; in release_mem_region_adjustable()
|
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/ |
H A D | resource.c | 1321 bool alloc_nofail = false; in release_mem_region_adjustable() local 1338 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable() 1393 alloc_nofail = true; in release_mem_region_adjustable()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/ |
H A D | resource.c | 1321 bool alloc_nofail = false; in release_mem_region_adjustable() local 1338 new_res = alloc_resource(GFP_KERNEL | (alloc_nofail ? __GFP_NOFAIL : 0)); in release_mem_region_adjustable() 1393 alloc_nofail = true; in release_mem_region_adjustable()
|