Home
last modified time | relevance | path

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

/system/core/libcutils/
Dnative_handle.cpp45 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in native_handle_create() local
46 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create()