Searched defs:AllocationCallbackRecord (Results 1 – 1 of 1) sorted by relevance
59 struct AllocationCallbackRecord struct61 enum Type72 Type type;75 {105 } data;107 AllocationCallbackRecord (void) : type(TYPE_LAST) {} in AllocationCallbackRecord() argument