Lines Matching refs:DP
74 DP("findBucket: Size %zu is floored to %zu.\n", Size, F); in findBucket()
89 DP("findBucket: Size %zu goes to bucket %d\n", Size, L); in findBucket()
181 DP("Failed to get memory on device. Free all memory in FreeLists and " in allocateOrFreeAndAllocateOnDevice()
187 DP("Still cannot get memory on device probably because the device is " in allocateOrFreeAndAllocateOnDevice()
220 DP("MemoryManagerTy::allocate: size %zu with host pointer " DPxMOD ".\n", in allocate()
226 DP("%zu is greater than the threshold %zu. Allocate it directly from " in allocate()
231 DP("Got target pointer " DPxMOD ". Return directly.\n", DPxPTR(TgtPtr)); in allocate()
254 DP("Find one node " DPxMOD " in the bucket.\n", DPxPTR(NodePtr)); in allocate()
259 DP("Cannot find a node in the FreeLists. Allocate on device.\n"); in allocate()
273 DP("Node address " DPxMOD ", target pointer " DPxMOD ", size %zu\n", in allocate()
284 DP("MemoryManagerTy::free: target memory " DPxMOD ".\n", DPxPTR(TgtPtr)); in free()
301 DP("Cannot find its node. Delete it on device directly.\n"); in free()
308 DP("Found its node " DPxMOD ". Insert it to bucket %d.\n", DPxPTR(P), B); in free()
331 DP("Disabled memory manager as user set " in getSizeThresholdFromEnv()