Searched refs:UnmapMemory (Results 1 – 2 of 2) sorted by relevance
151 int UnmapMemory(void *area, size_t bytes) in UnmapMemory() function170 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() function193 int UnmapMemory(void *area, size_t /*bytes*/) in UnmapMemory() function
47 return UnmapMemory(object, size); in freeRawMemory()