MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / rmm_wrap_malloc

Function rmm_wrap_malloc

deps/GraphBLAS/rmm_wrap/rmm_wrap.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273// it uses RMM underneath to allocate the space.
274
275void *rmm_wrap_malloc (std::size_t size)
276{
277 return (rmm_wrap_allocate (&size)) ;
278}
279
280//------------------------------------------------------------------------------
281// rmm_wrap_calloc: calloc-equivalent method using RMM

Callers 3

test_AxB_phase1_factoryFunction · 0.85
test_AxB_phase2_factoryFunction · 0.85

Calls 1

rmm_wrap_allocateFunction · 0.85

Tested by 3

test_AxB_phase1_factoryFunction · 0.68
test_AxB_phase2_factoryFunction · 0.68