Home
last modified time | relevance | path

Searched defs:my_resource (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/libs/json/test/
H A Ddoc_background.cpp155 struct my_resource : memory_resource struct
157 void* do_allocate ( size_t, size_t ) override { return 0; } in do_allocate()
158 void do_deallocate( void*, size_t, size_t ) override {} in do_deallocate()
159 bool do_is_equal ( memory_resource const& ) const noexcept override { return true; } in do_is_equal()
H A Dstorage_ptr.cpp154 struct my_resource in testPull182() struct
159 do_allocate( in testPull182()
167 do_deallocate( in testPull182()
175 do_is_equal( in testPull182()
/dports/net/zebra-server/idzebra-2.0.55/dict/
H A Ddicttest.c53 Res my_resource = 0; in main() local