Searched refs:alloc_result (Results 1 – 2 of 2) sorted by relevance
480 jvmtiError alloc_result = env->Allocate(chunk_size, &chunk_data); in GetAllStackTraces() local481 if (alloc_result != ERR(NONE)) { in GetAllStackTraces()482 return alloc_result; in GetAllStackTraces()643 jvmtiError alloc_result = env->Allocate(chunk_size, &chunk_data); in GetThreadListStackTraces() local644 if (alloc_result != ERR(NONE)) { in GetThreadListStackTraces()645 return alloc_result; in GetThreadListStackTraces()
772 const int alloc_result = mali_gralloc_derive_format_and_size(&descriptor); in getFromBufferDescriptorInfo() local773 if (alloc_result != 0) in getFromBufferDescriptorInfo()775 …ALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", alloc_result); in getFromBufferDescriptorInfo()