Searched refs:_size (Results 1 – 2 of 2) sorted by relevance
41 #define dvmTrackAllocation(_clazz, _size) \ argument44 dvmDoTrackAllocation(_clazz, _size); \
19 # define MTERP_SIZEOF(_name, _type, _size) \ argument20 if (sizeof(_type) != (_size)) { \22 #_name, (_size), sizeof(_type)); \