Home
last modified time | relevance | path

Searched refs:my_count (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientMem.c16 uint32_t my_count; variable
33 my_count = size/4096; in my_malloc_init()
89 if (my_count < num) in my_malloc()
91 for (i = 0; i < my_count - num; i++) { in my_malloc()