Searched defs:p (Results 1 – 3 of 3) sorted by relevance
31 #define FREE_AND_NIL(p) do { if (p) { delete (p); (p) = nullptr; } } while(0) argument32 #define FREE_AND_NIL_ARRAY(p) do { if (p) { delete[] (p); (p) = nullptr; } } while(0) argument
465 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr()
33 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler()