Searched defs:ACCUMSIZE (Results 1 - 10 of 10) sorted by relevance

/xnu-2422.115.4/libkern/c++/
H A DOSCollectionIterator.cpp43 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
H A DOSString.cpp63 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
65 #define ACCUMSIZE(s) macro
H A DOSSerialize.cpp56 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
58 #define ACCUMSIZE(s) macro
H A DOSData.cpp54 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
56 #define ACCUMSIZE(s) macro
H A DOSObject.cpp48 #define ACCUMSIZE(s) do { debug_ivars_size += (s); } while(0) macro
H A DOSOrderedSet.cpp49 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
51 #define ACCUMSIZE(s) macro
H A DOSArray.cpp53 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
55 #define ACCUMSIZE(s) macro
H A DOSDictionary.cpp56 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
58 #define ACCUMSIZE(s) macro
H A DOSSymbol.cpp49 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while(0) macro
51 #define ACCUMSIZE(s) macro
[all...]
H A DOSMetaClass.cpp69 #define ACCUMSIZE(s) do { debug_container_malloc_size += (s); } while (0) macro

Completed in 38 milliseconds