HomeSort by relevance Sort by last modified time
    Searched refs:user_alloc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 40 char *p = (char*)user_alloc(thr, pc, 10);
42 char *p2 = (char*)user_alloc(thr, pc, 20);
67 void *p = user_alloc(thr, pc, 100);
99 char *p = (char*)user_alloc(thr, pc, 10);
100 char *p2 = (char*)user_alloc(thr, pc, 20);
121 char *p = (char*)user_alloc(thr, 0, 10);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.h 28 void *user_alloc(ThreadState *thr, uptr pc, uptr sz,
tsan_mman.cc 85 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align) { function in namespace:__tsan
126 p2 = user_alloc(thr, pc, sz);
tsan_fd.cc 51 FdSync *s = (FdSync*)user_alloc(thr, pc, sizeof(FdSync));
81 void *p = user_alloc(thr, pc, size);
tsan_interceptors.cc 461 p = user_alloc(thr, pc, size);
469 return user_alloc(thr, pc, sz, align);
480 p = user_alloc(thr, pc, n * size);
532 p = user_alloc(thr, pc, size); \
738 return user_alloc(thr, pc, sz, align);
743 return user_alloc(thr, pc, sz, align);
748 return user_alloc(thr, pc, sz, GetPageSizeCached());
754 return user_alloc(thr, pc, sz, GetPageSizeCached());
759 *memptr = user_alloc(thr, pc, sz, align);
    [all...]

Completed in 129 milliseconds