Home
last modified time | relevance | path

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

/trusty/kernel/app/memorytest/
Dmemorytest.c7 static uintptr_t expected_malloc_alignment(size_t size) { in expected_malloc_alignment() function
24 const uintptr_t alignment_mask = expected_malloc_alignment(size) - 1; in TEST()
/trusty/user/base/lib/dlmalloc/test/
Ddlmalloc_test.c153 static uintptr_t expected_malloc_alignment(size_t size) { in expected_malloc_alignment() function
170 const uintptr_t alignment_mask = expected_malloc_alignment(size) - 1; in TEST_F()