Lines Matching refs:this

14 add this line to the `BoardConfig.mk` for the given target:
46 prevent further allocations while this call is being executed. To
47 see what is expected for this function, the best description is the
48 tests for this funcion in `bionic/tests/malloc_itearte_test.cpp`.
65 The drawback to this option is that most allocators do not have a separate
67 allocation operation occurs. For server processes, this can mean that
70 force a purge in this case.
78 any unused memory immediately. The argument for this call is ignored. If
79 possible, this call should clear thread cached memory if it exists. The
80 idea is that this can be called to purge memory that has not been
121 Run this test thusly:
136 address space is consumed. For 64 bit executables, this can be ignored.
140 benchmarks. These benchmarks can be built using this command:
162 benchmark moves from big to little or vice-versa, this can cause scores
203 had issues with this size. It is possible other sizes might show different
223 The other variation of this benchmark is to always do forty allocations in
283 mallinfo benchmark, it's not necessary for this to be better than the previous
299 To build this benchmark:
318 mechanism will simulate this by creating threads and replaying the operations
320 this is a worst case scenario for allocations happening at the same time
367 important to verify that when running this trace using the 32 bit replay
372 when running the memory traces acts as a proxy for this. An allocator that
377 badly would likely show an abnormal increase in RSS on this trace.
390 of the maps that this allocator includes.