Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
|
||||
#ifndef LZ4_SRC_INCLUDED /* avoid redefinition when sources are coalesced */
|
||||
//@@ # include <stdlib.h> /* malloc, calloc, free */
|
||||
#include <mm/liballoc.h>
|
||||
#include <mm/malloc.h>
|
||||
# define ALLOC(s) malloc(s)
|
||||
# define ALLOC_AND_ZERO(s) calloc(1,(s))
|
||||
# define FREEMEM(p) free(p)
|
||||
|
||||
Reference in New Issue
Block a user