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);
|