Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b

Parent Directory (gnuradio/gruel/src/include)

Kludge Summary of gnuradio/gruel/src/include/gruel

Total Kludges 1
Total Subdirs 0

All Directories within gnuradio/gruel/src/include/gruel

All Files within gnuradio/gruel/src/include/gruel

Kludge Snippets in gnuradio/gruel/src/include/gruel

gnuradio/gruel/src/include/gruel/pmt_pool.h

Category FIXME
Committer eb
Commit ID 0bf2128a621ae84099f43744e1b81800f2b9d2d7
29        
30        /*!
31         * \brief very simple thread-safe fixed-size allocation pool
32         *
33         * FIXME may want to go to global allocation with per-thread free list.
34         * This would eliminate virtually all lock contention.
35         */
36        class pmt_pool {
37