Home
last modified time | relevance | path

Searched refs:_expand (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
DScheduler.pm201 : $self->_expand( $_, $tests )
264 sub _expand { subroutine
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_malloc_win.cpp175 void *_expand(void *memblock, size_t size) { in _expand() function
183 return _expand(memblock, size); in _expand_dbg()
507 TryToOverrideFunction("_expand", (uptr)_expand); in ReplaceSystemMalloc()
508 TryToOverrideFunction("_expand_base", (uptr)_expand); in ReplaceSystemMalloc()
Dasan_win_dll_thunk.cpp51 INTERCEPT_WRAP_W_W(_expand)