Searched defs:munmap (Results 1 - 2 of 2) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp99 virtual int munmap(void* start, size_t length) { function in class:PmemAllocatorDepsDeviceImpl
100 return ::munmap(start, length);
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp55 virtual int munmap(void* start, size_t length) { function in class:DepsStub

Completed in 57 milliseconds