MCPcopy Create free account
hub / github.com/OpenMC2/OpenMC2 / mc2_aligned_malloc

Function mc2_aligned_malloc

src/Memory.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void *mc2_aligned_malloc(std::uint32_t size, std::uint32_t align) {
38 return _aligned_malloc(size, align);
39}
40
41void *mc2_aligned_malloc_info(std::uint32_t size, std::uint32_t align, const char * /* file */, std::int32_t /* line */) {
42 return _aligned_malloc(size, align);

Callers 1

sub_5FD3A0Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected