openwrt, windows: Use PartitionAlloc even in Cronet build to remove dependency on glibc

pull/792/head
klzgrad 2025-12-14 20:25:25 +08:00
parent f9ca4e2d13
commit 4cd405c2a6
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ assert_cpp20_default = true
# Cronet disables PartitionAlloc to reduce its binary size (crbug.com/674570).
# TODO(crbug.com/384669394): Consider enabling it instead.
use_partition_alloc_default = !is_cronet_build
# use_partition_alloc_default = !is_cronet_build
# On Chromecast devices, some system libraries bypass the allocator shim and
# call free() directly on memory not managed by PartitionAlloc. This flag