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

Function rmm_wrap_free

deps/GraphBLAS/rmm_wrap/rmm_wrap.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364// it uses RMM underneath to allocate the space.
365
366void rmm_wrap_free (void *p)
367{
368 rmm_wrap_deallocate (p, 0) ;
369}
370
371//------------------------------------------------------------------------------
372// rmm_wrap_allocate: allocate a block of memory using RMM

Callers 4

jitGridBlockLaunchMethod · 0.85
test_AxB_phase1_factoryFunction · 0.85
test_AxB_phase2_factoryFunction · 0.85

Calls 1

rmm_wrap_deallocateFunction · 0.85

Tested by 3

test_AxB_phase1_factoryFunction · 0.68
test_AxB_phase2_factoryFunction · 0.68