Searched refs:BJAM_CALLOC (Results 1 – 2 of 2) sorted by relevance
76 int * colors = ( int * )BJAM_CALLOC( num_vertices, sizeof( int ) ); in topological_sort()100 int * * graph = ( int * * )BJAM_CALLOC( length, sizeof( int * ) ); in order()111 graph[ src ] = ( int * )BJAM_CALLOC( list_length( dependencies ) + 1, in order()
52 #define BJAM_CALLOC(n,s) (profile_memory(n*s), bjam_calloc_x(n,s)) macro63 #define BJAM_CALLOC(n,s) bjam_calloc_x(n,s) macro