-module(test). -compile(export_all). test()-> pp:start_link(), %pp:start() erlang:display("before allocate"), pp:alloc(self()), erlang:display("after allocate"), halt(0).