mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 19:47:43 +03:00
legacyUninitvar
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user