MCPcopy Create free account
hub / github.com/catboost/catboost / ibv_alloc_pd

Function ibv_alloc_pd

contrib/libs/ibdrv/impl.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64Y_HIDDEN
65struct ibv_pd *ibv_alloc_pd(struct ibv_context *context) {
66 return Call(IBSym()->ibv_alloc_pd, context);
67}
68
69Y_HIDDEN
70int ibv_dealloc_pd(struct ibv_pd *pd) {

Callers 2

TIBContextMethod · 0.85
TIBContextMethod · 0.85

Calls 2

IBSymFunction · 0.85
CallFunction · 0.70

Tested by

no test coverage detected