Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/sample/kernel/mem/
DIt_los_mem_037.c56 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase()
59 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase()
74 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase()
77 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase()
94 …f0 = LOS_MemRealloc(g_memPool, p0, size / 2); // 2, The reallocated memory is half of its previous… in TestCase()
97 …f0 = LOS_MemRealloc(g_memPool, p0, size * 2); // 2, The reallocated memory is 2 times of its previ… in TestCase()
DIt_los_mem_020.c56 p0 = LOS_MemRealloc(g_memPool, p[0], (UINT32)(size * 1.5)); in TestCase()
63 p0 = LOS_MemRealloc(g_memPool, p[0], (UINT32)(size * 1.5)); in TestCase()
DIt_los_mem_038.c63 …p0 = LOS_MemRealloc(g_memPool, p[j], size / 2); // 2, The reallocated memory is half of its previo… in TestCase()
99 p0 = LOS_MemRealloc(g_memPool, p[j], size * 2); in TestCase()
DIt_los_mem_016.c45 p0 = LOS_MemRealloc(g_memPool, NULL, size); in TestCase()
DIt_los_mem_019.c54 p0 = LOS_MemRealloc(g_memPool, p[0], size); in TestCase()
DIt_los_mem_017.c51 p0 = LOS_MemRealloc(g_memPool, p0, size); in TestCase()
DIt_los_mem_018.c55 …p0 = LOS_MemRealloc(g_memPool, p[0], size / 2); // 2, The reallocated memory size is half of its p… in TestCase()
DIt_los_mem.h66 #define LOS_REALLOC_MEM LOS_MemRealloc
/kernel/liteos_m/testsuites/sample/kernel/lms/
DIt_los_lms_005.c45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 4); /* mem size - 4 */ in TestCase()
DIt_los_lms_006.c45 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size - 32); /* mem size - 32 */ in TestCase()
DIt_los_lms_010.c44 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, 0x8+0x2); /* reaSize 0x2 is not 4Align */ in TestCase()
DIt_los_lms_007.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 2); /* mem size * 2 */ in TestCase()
DIt_los_lms_009.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 6); /* mem size * 6 */ in TestCase()
DIt_los_lms_008.c54 CHAR *newPtr = LOS_MemRealloc(g_testLmsPool, str, size * 4 + 8); /* mem size * 4 - 8 */ in TestCase()
/kernel/liteos_a/kernel/include/
Dlos_memory.h275 extern VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size);
/kernel/liteos_m/kal/posix/src/
Dmalloc.c151 return LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size); in __wrap__realloc_r()
/kernel/liteos_m/kernel/include/
Dlos_memory.h318 extern VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size);
/kernel/liteos_a/security/vid/
Dvid.c169 tmpMap = LOS_MemRealloc(m_aucSysMem0, idMap->bitMap, mapMaxNum * sizeof(UINT32)); in ReleaseVid()
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_map.c1187 tmpPtr = LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size);
1191 tmpPtr = LOS_MemRealloc(OS_SYS_MEM_ADDR, ptr, size);
/kernel/liteos_a/kernel/base/mem/tlsf/
Dlos_memory.c1450 VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size) in LOS_MemRealloc() function
/kernel/liteos_m/kernel/src/mm/
Dlos_memory.c1478 VOID *LOS_MemRealloc(VOID *pool, VOID *ptr, UINT32 size) function