The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "spvm_name_info.h"

#include "spvm_compiler_allocator.h"
#include "spvm_compiler.h"

SPVM_NAME_INFO* SPVM_NAME_INFO_new(SPVM_COMPILER* compiler) {
  return SPVM_COMPILER_ALLOCATOR_alloc_memory_pool(compiler, compiler->allocator, sizeof(SPVM_NAME_INFO));
}