Free memory previously obtained from aligned_malloc.

Synopsis

Declared in <folly/Memory.h>

void
aligned_free(void* aligned_ptr);

Parameters

Name

Description

aligned_ptr

The pointer returned by aligned_malloc.

Created with MrDocs