HomeSort by: relevance | last modified time | path
    Searched refs:user_aligned_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.h 41 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
tsan_mman.cc 268 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz) { function in namespace:__tsan
tsan_interceptors.cc 819 return user_aligned_alloc(thr, pc, align, sz);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mman_test.cc 192 void *p = user_aligned_alloc(thr, 0, 8, 64);

Completed in 17 milliseconds