Home
last modified time | relevance | path

Searched refs:pmt_null (Results 1 – 2 of 2) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/pmt/
H A Dpmt_int.h117 class pmt_null : public pmt_base
120 pmt_null();
H A Dpmt.cc97 pmt_null::pmt_null() {} in pmt_null() function in pmt::pmt_null
101 static pmt_t _NIL = pmt_t(new pmt_null()); in get_PMT_NIL()
1200 printf("sizeof(pmt_null) = %3zd\n", sizeof(pmt_null)); in dump_sizeof()