mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
legacyUninitvar
This commit is contained in:
parent
73e00e2abc
commit
8d3a5d7cf1
@ -68,7 +68,7 @@ namespace ue2 {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void *aligned_malloc_internal(size_t size, size_t align) {
|
void *aligned_malloc_internal(size_t size, size_t align) {
|
||||||
void *mem;
|
void *mem= nullptr;;
|
||||||
int rv = posix_memalign(&mem, align, size);
|
int rv = posix_memalign(&mem, align, size);
|
||||||
if (rv != 0) {
|
if (rv != 0) {
|
||||||
DEBUG_PRINTF("posix_memalign returned %d when asked for %zu bytes\n",
|
DEBUG_PRINTF("posix_memalign returned %d when asked for %zu bytes\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user