/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_malloc_linux.cc | 170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { 248 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK 258 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL 267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
asan_malloc_linux.cc | 170 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { 248 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugK 258 void *(*memalign)(uptr alignment, uptr bytes); member in struct:MallocDebugL 267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 143 void *memalign(size_t alignment, size_t size) { function in typeref:typename:void * 177 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
|
sanitizer_allocator_testlib.cc | 143 void *memalign(size_t alignment, size_t size) { function in typeref:typename:void * 177 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
|