Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/
Dfsl_component_mem_manager_light.c453 static void *MEM_BufferAllocate(uint32_t numBytes, uint8_t poolId) in MEM_BufferAllocate() function
695 buffer_ptr.void_ptr = MEM_BufferAllocate(numBytes, poolId); in MEM_BufferAllocWithId()
846 realloc_buffer = MEM_BufferAllocate(new_size, 0U); in MEM_BufferRealloc()
861 realloc_buffer = MEM_BufferAllocate(new_size, 0); in MEM_BufferRealloc()
918 void *pData = MEM_BufferAllocate(blk_size, 0); in MEM_CallocAlt()