valloc.c\legacy\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/legacy/valloc.c
blob: 5af2256a478ac5ce34a70184f38ef9dd371a5d3d (plain) (blame)
1
2
3
4
5
6
7
8
#define _BSD_SOURCE
#include <stdlib.h>
#include "libc.h"
void *valloc(size_t size)
{
	return memalign(PAGE_SIZE, size);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 12:46:47 +0000

AltStyle によって変換されたページ (->オリジナル) /