Searched refs:msp (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.h | 518 size_t mstar_destroy_mspace(mspace msp); 542 int mstar_mspace_track_large_chunks(mspace msp, int enable); 548 void* mstar_mspace_malloc(mspace msp, size_t bytes); 558 void mstar_mspace_free(mspace msp, void* mem); 569 void* mstar_mspace_realloc(mspace msp, void* mem, size_t newsize); 575 void* mstar_mspace_calloc(mspace msp, size_t n_elements, size_t elem_size); 581 void* mstar_mspace_memalign(mspace msp, size_t alignment, size_t bytes); 587 void** mstar_mspace_independent_calloc(mspace msp, size_t n_elements, 594 void** mstar_mspace_independent_comalloc(mspace msp, size_t n_elements, 601 size_t mstar_mspace_footprint(mspace msp); [all …]
|
| H A D | drvMPool.c | 204 mspace msp; member 1741 if(mstar_dlmalloc_info[i].msp == dlmalloc_info.MemoryPool) in MsOS_MPool_CreateMemoryPool() 1744 if( (mstar_dlmalloc_info[i].msp == 0) && (first_free_dlmalloc_info_index == DLMALLOC_INFO_CNT) ) in MsOS_MPool_CreateMemoryPool() 1756 mstar_dlmalloc_info[first_free_dlmalloc_info_index].msp = dlmalloc_info.MemoryPool; in MsOS_MPool_CreateMemoryPool() 1763 size_t MsOS_MPool_DeleteMemoryPool(mspace msp) in MsOS_MPool_DeleteMemoryPool() argument 1769 MS_PHY pa_pool = MsOS_MPool_VA2PA((MS_VIRT)msp); in MsOS_MPool_DeleteMemoryPool() 1773 …on = %s, Line = %d, release VA: 0x%lX\033[m\n", __PRETTY_FUNCTION__, __LINE__, (unsigned long)msp); in MsOS_MPool_DeleteMemoryPool() 1789 if(mstar_dlmalloc_info[i].msp == msp) in MsOS_MPool_DeleteMemoryPool() 1795 …%d, no mstar_dlmalloc_info match for msp: 0x%lX, die\033[m\n", __PRETTY_FUNCTION__, __LINE__, msp); in MsOS_MPool_DeleteMemoryPool() 1805 void * MsOS_MPool_AllocateMemory(mspace msp, size_t bytes) in MsOS_MPool_AllocateMemory() argument [all …]
|
| H A D | dlmalloc.c | 1234 size_t mstar_destroy_mspace(mspace msp); 1258 int mstar_mspace_track_large_chunks(mspace msp, int enable); 1265 void* mstar_mspace_malloc(mspace msp, size_t bytes); 1275 void mstar_mspace_free(mspace msp, void* mem); 1286 void* mstar_mspace_realloc(mspace msp, void* mem, size_t newsize); 1292 void* mstar_mspace_calloc(mspace msp, size_t n_elements, size_t elem_size); 1298 void* mstar_mspace_memalign(mspace msp, size_t alignment, size_t bytes); 1304 void** mstar_mspace_independent_calloc(mspace msp, size_t n_elements, 1311 void** mstar_mspace_independent_comalloc(mspace msp, size_t n_elements, 1318 size_t mstar_mspace_footprint(mspace msp); [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 1037 size_t destroy_mspace(mspace msp); 1054 void* mspace_malloc(mspace msp, size_t bytes); 1064 void mspace_free(mspace msp, void* mem); 1075 void* mspace_realloc(mspace msp, void* mem, size_t newsize); 1081 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size); 1087 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes); 1093 void** mspace_independent_calloc(mspace msp, size_t n_elements, 1100 void** mspace_independent_comalloc(mspace msp, size_t n_elements, 1107 size_t mspace_footprint(mspace msp); 1113 size_t mspace_max_footprint(mspace msp); [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsOS.h | 1899 size_t MsOS_MPool_DeleteMemoryPool(mspace msp); 1909 void * MsOS_MPool_AllocateMemory(mspace msp, size_t bytes); 1917 void MsOS_MPool_FreeMemory(mspace msp, void *free_start_addr); 1928 void * MsOS_MPool_ReallocateMemory(mspace msp, void *old_alloc_start_addr, size_t bytes);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 81832 size_t MsOS_MPool_DeleteMemoryPool(mspace msp); 81834 void * MsOS_MPool_AllocateMemory(mspace msp, size_t bytes); 81842 void MsOS_MPool_FreeMemory(mspace msp, void *free_start_addr); 81844 void * MsOS_MPool_ReallocateMemory(mspace msp, void *old_alloc_start_addr, size_t bytes);
|