Home | History | Annotate | Download | only in src

Lines Matching refs:registration

425     MemoryAllocationCallbackRegistration registration =
427 if ((registration.space & space) == space &&
428 (registration.action & action) == action)
429 registration.callback(space, action, static_cast<int>(size));
448 MemoryAllocationCallbackRegistration registration(callback, space, action);
450 return memory_allocation_callbacks_.Add(registration);