While reading a hacker article on the jemalloc memory manager, the hacker keeps referring to malloc(3), not malloc. I wondered why.
Does he do so because it refers to a specific linux malloc implementation? Or simply to refer to all malloc variants, that implement the interface as described on the section 3 (libary functions) of the unix/linux manual pages? This option is my guess, want to be sure. Is there a different reason?
So, is the hacker just overly specific? Or is there a difference between malloc and malloc(3)?
The (3) part is not a reference to other documentation, article or research mentioned later in the hacker article.