Searched defs:PTR_SIZE (Results 1 – 3 of 3) sorted by relevance
56 #define PTR_SIZE 4 macro58 #define PTR_SIZE 8 macro
32 #define PTR_SIZE 8 macro
999 const PTR_SIZE: usize = size_of::<usize>(); in test_size() constant