Searched defs:newPtr (Results 1 - 8 of 8) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/lms/ |
H A D | It_los_lms_006.c | 45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 32); /* mem size - 32 */
in TestCase() local
|
H A D | It_los_lms_005.c | 45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 4); /* mem size - 4 */
in TestCase() local
|
H A D | It_los_lms_008.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 4 + 8); /* mem size * 4 - 8 */
in TestCase() local
|
H A D | It_los_lms_007.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 2); /* mem size * 2 */
in TestCase() local
|
H A D | It_los_lms_010.c | 44 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, 0x8+0x2); /* reaSize 0x2 is not 4Align */
in TestCase() local [all...] |
H A D | It_los_lms_009.c | 54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 6); /* mem size * 6 */
in TestCase() local
|
/kernel/liteos_a/kernel/base/mem/tlsf/ |
H A D | los_memory.c | 1471 VOID *newPtr = NULL; in LOS_MemRealloc() local
|
/kernel/liteos_m/kernel/src/mm/ |
H A D | los_memory.c | 1501 VOID *newPtr = NULL;
local
|
Completed in 9 milliseconds