Searched refs:mallocSize (Results 1 – 1 of 1) sorted by relevance
87 const auto mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in makeFromAidl() local88 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in makeFromAidl()