aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/malloc/ya.make
blob: eb90007f7ffa64a7e1e54ebca7df1c7ecaf581da (plain) (tree)
1
2
3
4
5
6
7
8
9
        

               
             
            
            
        
                 


                      
 
 
                   
            
                    

                                     
     
       
RECURSE(
    api
    api/helpers
    api/ut
    tcmalloc 
    galloc
    jemalloc
    lockless
    nalf
    sample-client
    system
    mimalloc
    mimalloc/link_test
    hu
    hu/link_test
)

IF (NOT OS_WINDOWS)
    RECURSE(
        calloc
        calloc/tests
        calloc/calloc_profile_diff
        calloc/calloc_profile_scan
        calloc/calloc_profile_scan/ut
    )
ENDIF()