Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored Apr 29, 2024
1 parent ba2a190 commit 7cefc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static struct binder_buffer *binder_alloc_new_buf_locked(
}
+ if (is_async
+ && (alloc->free_async_space < 3 * (size + sizeof(struct binder_buffer))
+ || (alloc->free_async_space < 100 * 1024))) {
+ || (alloc->free_async_space < ((alloc->buffer_size / 2) * 9 / 10)))) {
+ rcu_read_lock();
+ proc_task = find_task_by_vpid(alloc->pid);
+ rcu_read_unlock();
Expand Down

0 comments on commit 7cefc7c

Please sign in to comment.