Searched refs:mallocSize (Results 1 – 1 of 1) sorted by relevance
51 size_t mallocSize = sizeof(native_handle_t) + (sizeof(int) * (numFds + numInts)); in native_handle_create() local52 native_handle_t* h = malloc(mallocSize); in native_handle_create()