MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / test_memalign

Function test_memalign

deps/memkind/src/test/bat_tests.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static void test_memalign(Allocator *allocator, size_t size)
209{
210 BasicAllocTest(allocator).memalign(4096, size);
211}
212
213static void test_free(Allocator *allocator, size_t size)
214{

Callers

nothing calls this directly

Calls 2

BasicAllocTestClass · 0.85
memalignMethod · 0.45

Tested by

no test coverage detected