diff options
author | Jim_Dailey@Dell.com <Jim_Dailey@Dell.com> | 2016-02-18 23:51:33 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-03-03 12:45:19 +0800 |
commit | c8d9d0e2bd376cbbe6a37da786784e7fc736c7d9 (patch) | |
tree | c709f20cefbc28487263b5b1fcbe291b29ac65e9 /ShellPkg/Application/Shell/ShellProtocol.c | |
parent | d73fc181e722d787581eef7b6dc41b2550236fd8 (diff) | |
download | edk2-platforms-c8d9d0e2bd376cbbe6a37da786784e7fc736c7d9.tar.xz |
ShellPkg: Increase reallocation size for temp memory files
If data of any real size were to be piped from one command to another,
an inordinate amount of time could be taken up by reallocating memory
that is only 10 bytes bigger than what is currently needed. Also, this
could cause unwelcome memory fragmentation.
Added a define to control how much memory is reallocated beyond that
which is currently needed. Set it to 1K vs. the original 10 bytes.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jim Dailey <jim_dailey@dell.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Application/Shell/ShellProtocol.c')
0 files changed, 0 insertions, 0 deletions