Normed most of the stdme
This commit is contained in:
parent
882d5cb5bb
commit
ac5458d42c
31 changed files with 149 additions and 617 deletions
|
|
@ -6,16 +6,16 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/11/06 15:53:21 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/14 18:30:27 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/10 17:47:03 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "me/mem/mem.h"
|
||||
#include "me/mem/_allocator.h"
|
||||
|
||||
void *mem_alloc_array(t_usize size, t_usize count)
|
||||
void *mem_alloc_array(t_usize size, t_usize count)
|
||||
{
|
||||
t_allocator *a;
|
||||
t_allocator *a;
|
||||
|
||||
a = global_allocator();
|
||||
return (a->alloc_array(a, size, count));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue