Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp149 *orig_realloc; variable
166 orig_realloc = dlsym(RTLD_NEXT, "realloc"); in InitOrigPointers()
206 return __TBB_malloc_safer_realloc(ptr, sz, orig_realloc); in PREFIX()