GetRequest
Request* GetRequest() const;
*request = new(allocator.GetRequest()) SpecificRequest;
allocator->GetRequest());
*request = node->allocator.GetRequest();
&& request == fCurrentAllocatorNode->allocator.GetRequest()) {
if (!allocator || allocator->GetRequest() == NULL
if (!is_userland_request(allocator->GetRequest()->GetType())) {
"userland request\n", allocator->GetRequest()->GetType()));
if (!is_kernel_request(allocator->GetRequest()->GetType())) {
"kernel request\n", allocator->GetRequest()->GetType()));
RETURN_ERROR(fPort.Send(allocator->GetRequest(),
KernelRequest* GetRequest() const { return fRequest; }
KernelRequest* request = context->GetRequest();