Home
last modified time | relevance | path

Searched refs:VerifyAllocationsAreZero (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dmalloc_test.cpp1583 void VerifyAllocationsAreZero(std::function<void*(size_t)> alloc_func, std::string function_name, in VerifyAllocationsAreZero() function
1637 VerifyAllocationsAreZero([](size_t size) -> void* { return malloc(size); }, "malloc", test_sizes, in TEST()
1640 VerifyAllocationsAreZero([](size_t size) -> void* { return memalign(64, size); }, "memalign", in TEST()
1643 VerifyAllocationsAreZero( in TEST()
1667 VerifyAllocationsAreZero([](size_t size) -> void* { return malloc(size); }, "malloc", test_sizes, in TEST()
1670 VerifyAllocationsAreZero([](size_t size) -> void* { return memalign(64, size); }, "memalign", in TEST()
1673 VerifyAllocationsAreZero( in TEST()