Searched refs:msize (Results 1 – 5 of 5) sorted by relevance
16 unsigned msize /* Number of bytes to allocate */ in ff_memalloc() argument20 return heap_caps_malloc_prefer(msize, 2, MALLOC_CAP_DEFAULT | MALLOC_CAP_SPIRAM, in ff_memalloc()23 return malloc(msize); in ff_memalloc()
14 void* ff_memalloc(UINT msize) in ff_memalloc() argument16 return malloc(msize); in ff_memalloc()
17 UINT msize /* Number of bytes to allocate */ in ff_memalloc() argument20 return malloc(msize); /* Allocate a new memory block with POSIX API */ in ff_memalloc()
314 void* ff_memalloc (unsigned msize);
349 void* ff_memalloc (UINT msize); /* Allocate memory block */