Searched refs:mallocSize (Results 1 – 1 of 1) sorted by relevance
45 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in native_handle_create() local46 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create()