Searched defs:AllocationCallbackViolation (Results 1 – 1 of 1) sorted by relevance
209 struct AllocationCallbackViolation struct211 enum Reason226 AllocationCallbackRecord record;227 Reason reason;229 AllocationCallbackViolation(void) : reason(REASON_LAST) in AllocationCallbackViolation() argument233 AllocationCallbackViolation(const AllocationCallbackRecord &record_, Reason reason_) in AllocationCallbackViolation() function