audk/RedfishPkg/RedfishPlatformConfigDxe
Mike Maslenkin d81813368a RedfishPkg: RedfishPlatformConfigDxe: reduce memory allocations
It's unclear why the new string is allocated as copy of the original
string if its pointer is stored in an array and the original string
is released immediately after the copy is created. All data allocated
in the same pool.

Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
2023-12-27 00:09:49 +00:00
..
RedfishPlatformConfigDxe.c RedfishPkg: RedfishPlatformConfigDxe: reduce memory allocations 2023-12-27 00:09:49 +00:00
RedfishPlatformConfigDxe.h RedfishPkg/RedfishPlatformConfigDxe: hide debug message 2023-07-06 13:25:15 +00:00
RedfishPlatformConfigDxe.inf RedfishPkg: Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL 2023-04-28 12:21:38 +00:00
RedfishPlatformConfigImpl.c RedfishPkg/RedfishPlatformConfigDxe: Fix unused variable 2023-08-29 03:23:14 +00:00
RedfishPlatformConfigImpl.h RedfishPkg/RedfishPlatformConfigDxe: Fix string assert issue 2023-05-29 03:28:18 +00:00