Home
last modified time | relevance | path

Searched defs:newPtr (Results 1 - 8 of 8) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/lms/
H A DIt_los_lms_006.c45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 32); /* mem size - 32 */ in TestCase() local
H A DIt_los_lms_005.c45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 4); /* mem size - 4 */ in TestCase() local
H A DIt_los_lms_008.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 4 + 8); /* mem size * 4 - 8 */ in TestCase() local
H A DIt_los_lms_007.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 2); /* mem size * 2 */ in TestCase() local
H A DIt_los_lms_010.c44 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, 0x8+0x2); /* reaSize 0x2 is not 4Align */ in TestCase() local
[all...]
H A DIt_los_lms_009.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 6); /* mem size * 6 */ in TestCase() local
/kernel/liteos_a/kernel/base/mem/tlsf/
H A Dlos_memory.c1471 VOID *newPtr = NULL; in LOS_MemRealloc() local
/kernel/liteos_m/kernel/src/mm/
H A Dlos_memory.c1501 VOID *newPtr = NULL; local

Completed in 9 milliseconds