Searched refs:AllocTable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashmap.h119 static void** AllocTable( size_t sz ) function in class:_wxHashTableBase2
246 m_table = (Node**)AllocTable( m_tableBuckets ); \
400 m_table = (Node**)AllocTable( newSize ); \

Completed in 32 milliseconds