MCPcopy Create free account
hub / github.com/beefytech/Beef / tc_memalign

Function tc_memalign

BeefRT/gperftools/src/tcmalloc.cc:1686–1691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684}
1685
1686TCMALLOC_EXTERN PERFTOOLS_DLL_DECL void* tc_memalign(size_t align,
1687 size_t size) __THROW {
1688 void* result = do_memalign_or_cpp_memalign(align, size);
1689 MallocHook::InvokeNewHook(result, size);
1690 return result;
1691}
1692
1693TCMALLOC_EXTERN PERFTOOLS_DLL_DECL int tc_posix_memalign(
1694 void** result_ptr, size_t align, size_t size) __THROW {

Callers 3

glibc_override_memalignFunction · 0.70
mz_memalignFunction · 0.70
memalignFunction · 0.70

Calls 1

Tested by

no test coverage detected