OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025