mailing list of musl libc
 help / color / mirror / code / Atom feed
672b518ad0ef15d9b3ad19a0538c6490aa88ca63 blob 206 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <malloc.h>
#include "malloc_impl.h"
 
hidden void *(*const __realloc_dep)(void *, size_t) = realloc;

size_t malloc_usable_size(void *p)
{
	return p ? CHUNK_SIZE(MEM_TO_CHUNK(p)) - OVERHEAD : 0;
}
debug log:

solving 672b518a ...
found 672b518a in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).