Searched hist:b7f0111da7253c0eac2c6f34ba686d843270d4b5 (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.h | b7f0111da7253c0eac2c6f34ba686d843270d4b5 Fri Jan 26 20:50:01 UTC 2018 Volodymyr Babchuk <vlad.babchuk@gmail.com> bget: use struct bpoolset instead of global variables
Move all global variables that are used by bget into struct bpoolset. "poolset" choosed because term "pool" already used by bget itself. bget can use multiple pools to allocate memory. Now it is posible to use number of pool sets simultaneosly.
Such feature is needed for virtualization support, because we want to use separate allocator for OP-TEE kernel memory allocations and separate allocator for client memory allocations.
Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| H A D | bget.c | b7f0111da7253c0eac2c6f34ba686d843270d4b5 Fri Jan 26 20:50:01 UTC 2018 Volodymyr Babchuk <vlad.babchuk@gmail.com> bget: use struct bpoolset instead of global variables
Move all global variables that are used by bget into struct bpoolset. "poolset" choosed because term "pool" already used by bget itself. bget can use multiple pools to allocate memory. Now it is posible to use number of pool sets simultaneosly.
Such feature is needed for virtualization support, because we want to use separate allocator for OP-TEE kernel memory allocations and separate allocator for client memory allocations.
Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| H A D | bget_malloc.c | b7f0111da7253c0eac2c6f34ba686d843270d4b5 Fri Jan 26 20:50:01 UTC 2018 Volodymyr Babchuk <vlad.babchuk@gmail.com> bget: use struct bpoolset instead of global variables
Move all global variables that are used by bget into struct bpoolset. "poolset" choosed because term "pool" already used by bget itself. bget can use multiple pools to allocate memory. Now it is posible to use number of pool sets simultaneosly.
Such feature is needed for virtualization support, because we want to use separate allocator for OP-TEE kernel memory allocations and separate allocator for client memory allocations.
Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
|