Home
last modified time | relevance | path

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

/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/
H A Ddeprecated.h23 #define STXXL_DEPRECATED(x) x macro
25 #define STXXL_DEPRECATED(x) __declspec(deprecated) x macro
28 #define STXXL_DEPRECATED(x) x macro
30 #define STXXL_DEPRECATED(x) x __attribute__ ((__deprecated__)) macro
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dwrite_pool.h161 STXXL_DEPRECATED(block_type * get()) in STXXL_DEPRECATED() function
186 STXXL_DEPRECATED(request_ptr get_request(bid_type bid)) in STXXL_DEPRECATED() function
207 STXXL_DEPRECATED(block_type * steal(bid_type bid)) in STXXL_DEPRECATED() function
H A Dread_write_pool.h52 STXXL_DEPRECATED(read_write_pool(prefetch_pool_type& p_pool, write_pool_type& w_pool)) in STXXL_DEPRECATED() function