MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / mark_location

Function mark_location

include/daScript/misc/memory_model.h:326–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 das_hash_map<void *,const LineInfo *> bigStuffAt;
325 das_hash_map<void *,const char *> bigStuffComment;
326 __forceinline void mark_location ( void * ptr, const LineInfo * at ) {
327 if ( trackAllocations ) bigStuffAt[ptr] = at;
328 }
329 __forceinline void mark_comment ( void * ptr, const char * what ) {
330 if ( trackAllocations ) bigStuffComment[ptr] = what;
331 }

Callers 1

impl_allocateIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected