Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DMapMemory.h151 int UnmapMemory(void *area, size_t bytes) in UnmapMemory() function
170 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() function
193 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() function
H A Dbackend.cpp47 return UnmapMemory(object, size); in freeRawMemory()