HomeSort by: relevance | last modified time | path
    Searched defs:_expand (Results 1 - 2 of 2) 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 in typeref:typename:ALLOCATION_FUNCTION_ATTRIBUTE void *
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);
asan_malloc_win.cc 149 void *_expand(void *memblock, size_t size) { function in typeref:typename:ALLOCATION_FUNCTION_ATTRIBUTE void *
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);

Completed in 22 milliseconds