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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_win.cc 149 void *_expand(void *memblock, size_t size) { function
150 // _expand is used in realloc-like functions to resize the buffer if possible.
157 return _expand(memblock, size);
244 TryToOverrideFunction("_expand", (uptr)_expand);
245 TryToOverrideFunction("_expand_base", (uptr)_expand);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp 175 void *_expand(void *memblock, size_t size) { function
176 // _expand is used in realloc-like functions to resize the buffer if possible.
183 return _expand(memblock, size);
507 TryToOverrideFunction("_expand", (uptr)_expand);
508 TryToOverrideFunction("_expand_base", (uptr)_expand);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp 175 void *_expand(void *memblock, size_t size) { function
176 // _expand is used in realloc-like functions to resize the buffer if possible.
183 return _expand(memblock, size);
507 TryToOverrideFunction("_expand", (uptr)_expand);
508 TryToOverrideFunction("_expand_base", (uptr)_expand);

Completed in 21 milliseconds