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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc 160 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
109 return InternalRealloc(addr, count * size, cache);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator.cpp 154 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) {
170 return InternalRealloc(addr, count * size, cache);

Completed in 18 milliseconds