Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dnative_handle.cpp40 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in native_handle_create() local
41 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create()