lib/alloc/, lib/, src/, tests/: Organize the allocation APIs in a new subdirectory

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2024-07-01 21:40:11 -05:00
committed by Serge Hallyn
parent 883bf71fc8
commit 3049bef9c3
60 changed files with 400 additions and 193 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <string.h>
#include "alloc.h"
#include "alloc/x/xmalloc.h"
#include "attr.h"
+1 -1
View File
@@ -10,7 +10,7 @@
#include <string.h>
#include "alloc.h"
#include "alloc/x/xmalloc.h"
#include "sizeof.h"
#include "string/strcpy/strncat.h"