Home
last modified time | relevance | path

Searched refs:mem_stats_alloc (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/povray37/povray-3.7.0.10/source/
H A Dpov_mem.cpp303 static void mem_stats_alloc (size_t nbytes, const char *file, int line);
410 mem_stats_alloc(totalsize, file, line); in pov_malloc()
530 mem_stats_alloc(NODESIZE + (MEM_GUARD_SIZE * 2) + size, file, line); in pov_realloc()
966 static void mem_stats_alloc(size_t nbytes, const char *file, int line) in mem_stats_alloc() function
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpov_mem.cpp305 static void mem_stats_alloc (size_t nbytes, const char *file, int line);
413 mem_stats_alloc(totalsize, file, line); in pov_malloc()
533 mem_stats_alloc(NODESIZE + (MEM_GUARD_SIZE * 2) + size, file, line); in pov_realloc()
976 static void mem_stats_alloc(size_t nbytes, const char *file, int line) in mem_stats_alloc() function
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpov_mem.cpp300 static void mem_stats_alloc (size_t nbytes, const char *file, int line);
408 mem_stats_alloc(totalsize, file, line); in pov_malloc()
528 mem_stats_alloc(NODESIZE + (MEM_GUARD_SIZE * 2) + size, file, line); in pov_realloc()
962 static void mem_stats_alloc(size_t nbytes, const char *file, int line) in mem_stats_alloc() function