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-06-27 16:42:54 +02:00
committed by Serge Hallyn
parent 883bf71fc8
commit 3049bef9c3
60 changed files with 400 additions and 193 deletions

View File

@@ -14,7 +14,7 @@
#include <string.h>
#include "alloc.h"
#include "alloc/x/xmalloc.h"
#include "attr.h"

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"