OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_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
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_win_dll_thunk.cc
52
INTERCEPT_WRAP_W_W(
_expand
)
Completed in 47 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026