HomeSort by: relevance | last modified time | path
    Searched defs:InternalAlloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc 63 // they need to be passed to __aligned_free. InternalAlloc interface does
150 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
162 return InternalAlloc(size, cache);
181 void *p = InternalAlloc(count * size, cache);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
119 void *p = InternalAlloc(count * size, cache);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 62 // they need to be passed to __aligned_free. InternalAlloc interface does
147 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) {
180 void *p = InternalAlloc(count * size, cache);

Completed in 22 milliseconds