platform_system_core/libprocessgroup
T.J. Mercier 10826481ba libprocessgroup: Don't delegate to default constructor
Manually calling a defaulted default constructor from a another
constructor is superfluous, and can increase code size if the default
constructor is not otherwise used. There's nothing to delegate, so
remove the call.

Bug: 346584259
Test: m
Change-Id: Ia16aa041fdee7434587cf90645d7f95cba4e0d10
2024-06-11 18:24:23 +00:00
..
cgrouprc Annotate symbols correctly 2022-09-26 22:14:43 +09:00
cgrouprc_format libprocessgroup: Don't delegate to default constructor 2024-06-11 18:24:23 +00:00
include/processgroup libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
profiles Revert "Migrate the blkio controller to the v2 cgroup hierarchy" 2024-01-26 03:54:47 +00:00
setup Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
tools libprocessgroup/tools: Add settaskprofile command-line tool 2021-11-09 22:35:51 +00:00
Android.bp Merge "Remove VNDK definition(s)" into main 2024-05-23 00:38:19 +00:00
build_flags.h Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
cgroup_map.cpp libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
cgroup_map.h libprocessgroup: Use default member initializers 2024-06-11 18:23:58 +00:00
OWNERS Updating owners of libprocessgroup 2022-12-15 19:12:33 +00:00
processgroup.cpp Merge changes Ie74b9c27,If2224475 into main 2024-04-18 19:09:18 +00:00
sched_policy.cpp libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
task_profiles.cpp Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
task_profiles.h Use ConvertUid{Pid}ToPath for all path generation 2024-04-08 21:15:48 +00:00
task_profiles_test.cpp Fix unused params and remove unneeded cflags 2024-04-08 21:15:48 +00:00
TEST_MAPPING Add test mapping 2024-02-08 16:57:43 +00:00