neo4j_memory_allocator.free

Return memory to this allocator.

@param self This allocator. @param ptr A pointer to the memory being returned.

struct neo4j_memory_allocator
void function(neo4j_memory_allocator* self, void* ptr) free;

Meta